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

Comparison with official RabbitMQ exporter (3.8) #156

Closed
rgarrigue opened this issue Nov 18, 2019 · 2 comments
Closed

Comparison with official RabbitMQ exporter (3.8) #156

rgarrigue opened this issue Nov 18, 2019 · 2 comments

Comments

@rgarrigue
Copy link

Hi

Seems RabbitMQ now ships their own exporter. Can you explain add a comparison in the README to help people choose between the two ?

Best regards,

@shamil
Copy link

shamil commented May 21, 2020

From my experience (as for today) official Prometheus plugin lacks some features this exporter provides, specifically ability to skip collecting some metrics. In the official plugin you have 2 choices either aggregated metrics or per-object, and no option to skip unwanted metrics.

On the other hand, official plugin provides erlang VM metrics, which is important as well. So I use them both. In official plugin I've disabled per-object metrics and use it only to collect erlang related metrics, for everything else I use this exporter.

Hope this helps.

kbudde added a commit that referenced this issue Jan 16, 2021
@kbudde kbudde closed this as completed Jan 16, 2021
@mkuratczyk
Copy link

In recent RabbitMQ versions, the native Prometheus plugin provides another endpoint: /metrics/detailed. It allows to explicitly query only selected metrics from selected vhosts:
https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbitmq_prometheus#selective-querying-of-per-object-metrics

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

No branches or pull requests

4 participants