事件报表

This commit is contained in:
lihaochen
2018-12-25 18:49:29 +08:00
parent 84c4423a78
commit dea671d2a5

View File

@@ -792,4 +792,11 @@ public final class Constants {
*/
public static final int MAX_LOG_EXPORT_SIZE = Configurations.getIntProperty("maxLogExportSize", 100000);
/**
* 监测事件,封堵事件,重点保障事件查询接口URL
*/
public static final String NTC_EVENT_MONITOR_OR_BLOCK_Report =Configurations.getStringProperty("ntcEventsMonitorOrBlockReport","");
public static final String NTC_EVENT_KEYPROTECTION_Report =Configurations.getStringProperty("ntcEventKeyProtectionReport","");
}