squah-confluent commented on code in PR #23129: URL: https://github.com/apache/kafka/pull/23129#discussion_r3805257905
########## docs/operations/monitoring.md: ########## @@ -1556,28 +1556,41 @@ The total number of groups found eligible for plugin-state deletion by the clean <tr> <td> -Classic Group Count +Classic Group Count (deprecated) </td> <td> kafka.server:type=GroupMetadataManager,name=NumGroups </td> <td> -Total number of Classic Groups +Total number of Classic Groups. Deprecated: use group-count with protocol=classic instead </td> </tr> <tr> <td> -Classic Group Count, per State +Classic Group Count, per State (deprecated) </td> <td> kafka.server:type=GroupMetadataManager,name=NumGroups[PreparingRebalance,CompletingRebalance,Empty,Stable,Dead] </td> <td> -The number of Classic Groups in each state: PreparingRebalance, CompletingRebalance, Empty, Stable, Dead +The number of Classic Groups in each state: PreparingRebalance, CompletingRebalance, Empty, Stable, Dead. Deprecated: use classic-group-count instead +</td> </tr> +<tr> +<td> + +Classic Group Count, per state +</td> +<td> + +kafka.server:type=group-coordinator-metrics,name=classic-group-count,state=[empty|preparing_rebalance|completing_rebalance|stable|dead] Review Comment: Ok! I've updated the PR to fix the capitalization too. -- 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]
