Rancho-7 commented on code in PR #22498:
URL: https://github.com/apache/kafka/pull/22498#discussion_r3384934499
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/metrics/GroupCoordinatorMetrics.java:
##########
@@ -104,6 +142,13 @@ public class GroupCoordinatorMetrics extends
CoordinatorMetrics implements AutoC
private final MetricName streamsGroupCountDeadMetricName;
private final MetricName streamsGroupCountNotReadyMetricName;
+ private final MetricName offsetCountMetricName;
+ private final MetricName classicGroupCountPreparingRebalanceMetricName;
+ private final MetricName classicGroupCountCompletingRebalanceMetricName;
+ private final MetricName classicGroupCountStableMetricName;
+ private final MetricName classicGroupCountDeadMetricName;
+ private final MetricName classicGroupCountEmptyMetricName;
+
Review Comment:
Adjusted the ordering as suggested. Thanks!
--
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]