hachikuji commented on a change in pull request #11131:
URL: https://github.com/apache/kafka/pull/11131#discussion_r676993092
##########
File path:
metadata/src/main/java/org/apache/kafka/controller/QuorumControllerMetrics.java
##########
@@ -34,7 +34,7 @@
private final static MetricName GLOBAL_PARTITION_COUNT = getMetricName(
"KafkaController", "GlobalPartitionCount");
private final static MetricName OFFLINE_PARTITION_COUNT = getMetricName(
- "KafkaController", "OfflinePartitionCount");
+ "KafkaController", "OfflinePartitionsCount");
Review comment:
Good catch
--
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]