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
For large clusters with tens of thousands of consumer groups, the number of metrics exposed may be quite large.
This in turn poses extra pressure on scraping Prometheus as all these series names need to kept in RAM.
Few suggestions:
add flag to disable exposing metrics for inactive consumer groups (Empty or Dead)
List offsets for Stable consumer groups only : reduce the number of metrics for clusters where lots are consumer groups are short-lived and empty.
Report consumer_group_empty_members metrics for stable groups only
For large clusters with tens of thousands of consumer groups, the number of metrics exposed may be quite large.
This in turn poses extra pressure on scraping Prometheus as all these series names need to kept in RAM.
Few suggestions:
See #105 (comment)
The text was updated successfully, but these errors were encountered: