Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prometheus and ActiveMQ Integration

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.

like image 722
Safvan Kothawala Avatar asked Dec 23 '22 22:12

Safvan Kothawala


1 Answers

If you're using ActiveMQ 5.x 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.

like image 120
Justin Bertram Avatar answered Feb 19 '23 07:02

Justin Bertram