davidradl commented on code in PR #26204:
URL: https://github.com/apache/flink/pull/26204#discussion_r1971819836


##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/MetricStore.java:
##########
@@ -439,42 +440,37 @@ private boolean isRepresentativeAttempt(
                 == attemptNumber;
     }
 
-    private void addMetric(Map<String, String> target, String name, MetricDump 
metric) {
+    private void addMetric(ComponentMetricStore target, String name, 
MetricDump metric) {

Review Comment:
    nit: target -> metricStore  



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to