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


##########
flink-metrics/flink-metrics-prometheus/src/main/java/org/apache/flink/metrics/prometheus/AbstractPrometheusReporter.java:
##########
@@ -104,7 +104,7 @@ public void notifyOfAddedMetric(
             final String key = dimension.getKey();
             dimensionKeys.add(
                     CHARACTER_FILTER.filterCharacters(key.substring(1, 
key.length() - 1)));
-            
dimensionValues.add(labelValueCharactersFilter.filterCharacters(dimension.getValue()));
+            dimensionValues.add(dimension.getValue());

Review Comment:
   sounds good - can we add a unit test with the chinese characters that now 
work after this change please?



-- 
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