1、根据库表结构设计调整回调类配置入库字段顺序;
2、APP阻断、APP监测和APP DOMAIN特征发现分发到阀门添加额外字段; 3、实现配置日志总量统计接口功能
This commit is contained in:
@@ -157,6 +157,10 @@ public final class Constants {
|
||||
*/
|
||||
public static final Long REPORT_LOCAL_TIME = Configurations.getLongProperty("reportLocalTime", 1);
|
||||
|
||||
/**
|
||||
* 实时报表统计默认时间,单位分钟
|
||||
*/
|
||||
public static final Long PZ_REPORT_TIME = Configurations.getLongProperty("pzReportTime", 5);
|
||||
/**
|
||||
* 日志是否从hive中查询
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user