sahildevgon commented on code in PR #22454:
URL: https://github.com/apache/kafka/pull/22454#discussion_r3485574442
##########
core/src/main/scala/kafka/server/ControllerServer.scala:
##########
@@ -145,6 +145,11 @@ class ControllerServer(
if (linuxIoMetricsCollector.usable()) {
Review Comment:
Added LinuxIoMetricsCollector.registerMetrics(KafkaMetricsGroup) that
registers all 7 gauges via method references. Both KafkaBroker and
ControllerServer now call it as a single line.
--
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]