jim0987795064 commented on code in PR #20399:
URL: https://github.com/apache/kafka/pull/20399#discussion_r2395099316


##########
core/src/main/scala/kafka/network/SocketServer.scala:
##########
@@ -486,7 +488,9 @@ private[kafka] abstract class Acceptor(val socketServer: 
SocketServer,
                                        apiVersionManager: ApiVersionManager)
   extends Runnable with Logging {
 
-  private val metricsGroup = new KafkaMetricsGroup(this.getClass)
+  private val metricsPackage = "kafka.network"
+  private val metricsClassName = "Acceptor"
+  private val metricsGroup = new KafkaMetricsGroup(metricsPackage, 
metricsClassName)

Review Comment:
   Sure. Update it.



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