1、修改流量统计趋势图接口,调整返回数据格式,以适应时间轴自动格式化的需求;
2、趋势图时间粒度提取到nis.properties中,默认5分钟
This commit is contained in:
@@ -238,6 +238,7 @@ public final class Constants {
|
||||
//webfocus库db
|
||||
public static final int WEBFOCUSREDISDB = Configurations.getIntProperty("webFocusDb", 7);
|
||||
|
||||
|
||||
//
|
||||
public static final int TREND_TIME_INTERVAL = Configurations.getIntProperty("traffic.trend.timeInterval", 5);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user