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

This commit is contained in:
zengqiao
2022-10-10 19:19:05 +08:00
parent 3fc9f39d24
commit e79342acf5
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"; public static final String COUNT_GROUP_NOT_METRIC_VALUE = "GroupMetricESDAO/countGroupNotMetricValue";
/**************************************************** Zookeeper ****************************************************/ /**************************************************** 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": { "range": {
"timestamp": { "timestamp": {