diff --git a/docs/ops.html b/docs/ops.html index 85699299c7c83..2a0b4ca2d4ce5 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -1089,6 +1089,21 @@

Security Considerations for Remote Mon kafka.server:type=transaction-coordinator-metrics,name=partition-load-time-avg average time, in milliseconds, it took to load transaction metadata from the consumer offset partitions loaded in the last 30 seconds + + Consumer Group Offset Count + kafka.server:type=GroupMetadataManager,name=NumOffsets + Total number of committed offsets for Consumer Groups + + + Consumer Group Count + kafka.server:type=GroupMetadataManager,name=NumGroups + Total number of Consumer Groups + + + Consumer Group Count, per State + kafka.server:type=GroupMetadataManager,name=NumGroups[PreparingRebalance,CompletingRebalance,Empty,Stable,Dead] + The number of Consumer Groups in each state: PreparingRebalance, CompletingRebalance, Empty, Stable, Dead +

Common monitoring metrics for producer/consumer/connect/streams