修复DSL错误导致ZK指标查询失败问题(#652)

修复DSL错误导致ZK指标查询失败问题
This commit is contained in:
EricZeng
2022-10-10 19:27:48 +08:00
committed by GitHub
2 changed files with 1 additions and 8 deletions

View File

@@ -81,5 +81,5 @@ public class DslsConstant {
public static final String COUNT_GROUP_NOT_METRIC_VALUE = "GroupMetricESDAO/countGroupNotMetricValue";
/**************************************************** Zookeeper ****************************************************/
public static final String GET_ZOOKEEPER_AGG_LIST_METRICS = "ZookeeperMetricESDAO/getAggListZookeeperMetrics";
public static final String GET_ZOOKEEPER_AGG_LIST_METRICS = "ZookeeperMetricESDAO/getAggListZookeeperMetrics";
}

View File

@@ -10,13 +10,6 @@
}
}
},
{
"term": {
"brokerId": {
"value": %d
}
}
},
{
"range": {
"timestamp": {