Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • NumGroupsRebalancing: the number of consumer groups which are currently in the PreparingRebalance state.
  • NumGroupsAwaitingSync: the number of consumer groups which are currently in the AwaitingSync state.
  • NumGroupsStable: the number of groups which are currently in the Stable state.
  • NumGroupsDead: the number of groups which are currently in the Dead state.
  • NumGroupsEmpty: the number of groups which are currently in the Empty state.

In combination with the existing NumGroups metric, this will show what percentage of groups are rebalancing or preparing to finish a rebalance at any given time.

...