未验证 提交 a423a204 编写于 作者: E EricZeng 提交者: GitHub

修复获取TopN的Broker指标时,会出现部分指标缺失的问题(#657)

修复获取TopN的Broker指标时,会出现部分指标缺失的问题
......@@ -92,7 +92,7 @@ public class BrokerMetricESDAO extends BaseMetricESDAO {
Table<String, Long, List<MetricPointVO>> table = HashBasedTable.create();
//2、查询指标
for(String metric : metricBrokerIds.keySet()){
for(String metric : metrics) {
table.putAll(
this.listBrokerMetricsByBrokerIds(
clusterPhyId,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册