chia7712 commented on code in PR #18329:
URL: https://github.com/apache/kafka/pull/18329#discussion_r1906928584
##########
core/src/main/scala/kafka/network/SocketServer.scala:
##########
@@ -159,17 +138,6 @@ class SocketServer(
Option(metrics.metric(metricName)).fold(0.0)(m =>
m.metricValue.asInstanceOf[Double])
}.sum
})
- if (config.requiresZookeeper) {
-
metricsGroup.newGauge(s"${ControlPlaneAcceptor.MetricPrefix}ExpiredConnectionsKilledCount",
() => SocketServer.this.synchronized {
Review Comment:
@m1a2st please include this in #18365
##########
core/src/main/scala/kafka/network/SocketServer.scala:
##########
@@ -137,17 +126,7 @@ class SocketServer(
}.sum / dataPlaneProcessors.size
}
})
- if (config.requiresZookeeper) {
-
metricsGroup.newGauge(s"${ControlPlaneAcceptor.MetricPrefix}NetworkProcessorAvgIdlePercent",
() => SocketServer.this.synchronized {
Review Comment:
@m1a2st please include this in #18365
--
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]