davidradl commented on code in PR #25832: URL: https://github.com/apache/flink/pull/25832#discussion_r1893938328
########## flink-runtime/src/main/java/org/apache/flink/runtime/metrics/util/MetricUtils.java: ########## @@ -366,6 +369,17 @@ private static void instantiateCPUMetrics(MetricGroup metrics) { } } + public static String truncateOperatorName(String operatorName, int maxLength) { Review Comment: could we have a unit test for this method 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org