chia7712 commented on code in PR #20422: URL: https://github.com/apache/kafka/pull/20422#discussion_r2375619937
########## metadata/src/main/java/org/apache/kafka/controller/metrics/QuorumControllerMetrics.java: ########## @@ -48,6 +49,8 @@ public class QuorumControllerMetrics implements AutoCloseable { "ControllerEventManager", "EventQueueTimeMs"); private static final MetricName EVENT_QUEUE_PROCESSING_TIME_MS = getMetricName( "ControllerEventManager", "EventQueueProcessingTimeMs"); + private static final MetricName AVERAGE_IDLE_RATIO = getMetricName( + "ControllerEventManager", "AvgIdleRatio"); Review Comment: please fix the indent -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org