You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consumer Group Lag: Don't emit metrics if state::dead
A group which has transitioned to dead does not need metrics;
ensure metrics are only emmitted when state is not dead by
checking the state in setup_metrics(), and set_state where
all transitions pass through.
This avoids making requests for partition offsets when not
necessary.
Signed-off-by: Ben Pope <[email protected]>
0 commit comments