The ActiveMQ exporter is a Prometheus exporter for ActiveMQ. It exposes metrics about the broker, queues and topics.
The exporter is written in Go and is based on the Prometheus exporter template.
git clone https://github.com/atompi/activemq_exporter.git
cd activemq_exporter
go build -ldflags '-s -w'
go get github.com/atompi/activemq_exporter
git clone https://github.com/atompi/activemq_exporter.git
cd activemq_exporter
docker build -t atompi/activemq-exporter .
The activemq_exporter
listens on HTTP port 9168 by default. See the --help
output for more options.
docker compose up -d