-
Notifications
You must be signed in to change notification settings - Fork 107
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
[FEATURE REQUEST] RabbitMQ monitoring #1487
Comments
Newer version 3.8.x supports monitoring:
There is a PR with bumped version but still on hold as it would require no data loss protection somehow. More details in the comment on the PR: |
After last upgrade we probably have it solved because there is included exporter in new version. |
* Add Grafana dashboards for RabbitMQ monitoring
* Add Grafana dashboards for RabbitMQ monitoring
* Add Grafana dashboards for RabbitMQ monitoring
and all I could see was the empty dashboard with no data. To enable monitoring I had to manually:
In my opinion, all these changes should be included in this PR and additionally documented. Moving back to TODO. |
* Enable RabbitMQ's plugin for Prometheus metrics exposure * Add target for Prometheus to be able to scrape metrics from rabbitmq nodes * Download Grafana dashboard for displaying scraped metrics from RabbitMQ
* Enable RabbitMQ's plugin for Prometheus metrics exposure * Add target for Prometheus to be able to scrape metrics from rabbitmq nodes * Download Grafana dashboard for displaying scraped metrics from RabbitMQ
* RabbitMQ monitoring automation (#1487) * Enable RabbitMQ's plugin for Prometheus metrics exposure * Add target for Prometheus to be able to scrape metrics from rabbitmq nodes * Download Grafana dashboard for displaying scraped metrics from RabbitMQ
✔️ Fixed. To enable RabbitMQ monitoring it is enough to set |
Is your feature request related to a problem? Please describe.
We are unable to collect metrics and create alerts on RabbitMQ. This means if the queue is backing and causing a customer impactful issue, we cannot send an alert.
Describe the solution you'd like
We would like to have RabbitMQ Exporter to expose metrics like below and display them in Grafana for monitoring and alerts in prometheus such as:
Describe alternatives you've considered
We can upgrade RabbitMQ to newer version that should contain metrics exporter included.
Additional context
No.
The text was updated successfully, but these errors were encountered: