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

This commit is contained in:
zengqiao
2022-10-10 19:19:05 +08:00
committed by EricZeng
parent e13d77c81d
commit 5355c5c1f3
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": {