(fixed)修正复合指标引用同一原子指标,替换时BUG (#1743)

This commit is contained in:
zhaodongsheng
2024-10-08 15:34:43 +08:00
committed by GitHub
parent 569ebfc7b2
commit 806fb64beb
2 changed files with 28 additions and 13 deletions

View File

@@ -317,7 +317,7 @@ public class QueryReqConverter {
});
Set<String> deriveDimension = new HashSet<>();
Set<String> deriveMetric = new HashSet<>();
Set<String> visitedMetric = new HashSet<>();
Map<String, String> visitedMetric = new HashMap<>();
if (!CollectionUtils.isEmpty(metricResps)) {
for (MetricResp metricResp : metricResps) {
if (metrics.contains(metricResp.getBizName())) {