I want to show the metrics of ActiveMQ on Promtheus/Grafana and generate the Alerts using Prometheus AlertManager.
Kindly suggest any option to scrape the ActiveMQ metrics in Prometheus.
I want to show the metrics of ActiveMQ on Promtheus/Grafana and generate the Alerts using Prometheus AlertManager.
Kindly suggest any option to scrape the ActiveMQ metrics in Prometheus.
If you're using ActiveMQ "Classic" then you'll need to use the Prometheus JMX Exporter.
However, if you're using ActiveMQ Artemis then you can use the Prometheus metrics plugin implementation. General information about exporting metrics in ActiveMQ Artemis can be found in the documentation.
A sample Grafana dashboard is available here.
Basic ActiveMQ metrics like number of Queues, number of Messages in a Queue etc can be achieved using a JMX Exporter.
http://blog.klocwork.com/open-source/monitoring-java-applications-prometheus-grafana-part-1/
© 2022 - 2024 — McMap. All rights reserved.