diff --git a/docs/operations/monitoring.md b/docs/operations/monitoring.md index 5764eaf41e153..7ff73ea7cdb2e 100644 --- a/docs/operations/monitoring.md +++ b/docs/operations/monitoring.md @@ -1274,7 +1274,7 @@ Consumer Group Count, per state -kafka.server:type=group-coordinator-metrics,name=consumer-group-count,state=[empty|assigning|reconciling|stable|dead] +kafka.server:type=group-coordinator-metrics,name=consumer-group-count,state=[Empty|Assigning|Reconciling|Stable|Dead] @@ -1313,11 +1313,11 @@ Streams Group Count, per state -kafka.server:type=group-coordinator-metrics,name=streams-group-count,state=[empty|not_ready|assigning|reconciling|stable|dead] +kafka.server:type=group-coordinator-metrics,name=streams-group-count,state=[Empty|NotReady|Assigning|Reconciling|Stable|Dead] -Total number of Streams Groups in each state: Empty, Not Ready, Assigning, Reconciling, Stable, Dead +Total number of Streams Groups in each state: Empty, NotReady, Assigning, Reconciling, Stable, Dead @@ -1556,7 +1556,7 @@ The total number of groups found eligible for plugin-state deletion by the clean -Classic Group Count +Classic Group Count (deprecated) @@ -1564,12 +1564,12 @@ kafka.server:type=GroupMetadataManager,name=NumGroups -Total number of Classic Groups +Total number of Classic Groups. Deprecated: use group-count with protocol=classic instead -Classic Group Count, per State +Classic Group Count, per State (deprecated) @@ -1577,7 +1577,20 @@ kafka.server:type=GroupMetadataManager,name=NumGroups[PreparingRebalance,Complet -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 + + + + +Classic Group Count, per state + + + +kafka.server:type=group-coordinator-metrics,name=classic-group-count,state=[Empty|PreparingRebalance|CompletingRebalance|Stable|Dead] + + + +Total number of Classic Groups in each state: Empty, PreparingRebalance, CompletingRebalance, Stable, Dead @@ -1608,7 +1621,7 @@ The total number of classic group completed rebalances -Group Offset Count +Group Offset Count (deprecated) @@ -1616,7 +1629,20 @@ kafka.server:type=GroupMetadataManager,name=NumOffsets -Total number of committed offsets for Classic and Consumer Groups +Total number of committed offsets for Classic and Consumer Groups. Deprecated: use offset-count instead + + + + +Group Offset Count + + + +kafka.server:type=group-coordinator-metrics,name=offset-count + + + +The number of offsets currently retained for Classic, Consumer and Streams Groups