Myracle commented on code in PR #26999:
URL: https://github.com/apache/flink/pull/26999#discussion_r2419035768


##########
flink-metrics/flink-metrics-prometheus/src/main/java/org/apache/flink/metrics/prometheus/AbstractPrometheusReporter.java:
##########
@@ -61,10 +62,13 @@ public abstract class AbstractPrometheusReporter implements 
MetricReporter {
 
     @VisibleForTesting static final char SCOPE_SEPARATOR = '_';
     @VisibleForTesting static final String SCOPE_PREFIX = "flink" + 
SCOPE_SEPARATOR;
+    @VisibleForTesting static final char DEFAULT_SCOPE_SEPARATOR = '.';
 
     private final Map<String, AbstractMap.SimpleImmutableEntry<Collector, 
Integer>>
             collectorsWithCountByMetricName = new HashMap<>();
 
+    private final List<String> whiteLists = new ArrayList<>();

Review Comment:
   @davidradl Fixed. Thank you.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to