Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude some metrics from aggregated responses #2512

Open
michaelklishin opened this issue Apr 22, 2020 · 1 comment
Open

Exclude some metrics from aggregated responses #2512

michaelklishin opened this issue Apr 22, 2020 · 1 comment

Comments

@michaelklishin
Copy link
Member

As of rabbitmq/rabbitmq-prometheus#24, we aggregate metrics by default. It drastically reduces the size of the response but also makes certain kinds of troubleshooting impossible. Per-object metrics can be enabled via config file.

Some specific metrics, however, represent the state of a single queue and make no sense or can be misleading when aggregated. Raft commit index of a quorum queue is one such example. We should consider excluding them from aggregation. Missing some metrics would suck but misleading data is equally bad if not worse.

@Vanlightly @gerhard

@gerhard
Copy link
Contributor

gerhard commented Jun 24, 2020

Help is wanted & will be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants