Skip to content

[Questions] how to get rabbitmq metrics queue wise? #12900

Closed Answered by michaelklishin
amolngt asked this question in Questions
Discussion options

You must be logged in to vote
  1. With Prometheus https://www.rabbitmq.com/docs/prometheus#metric-aggregation
  2. GET /api/queues/{vhost}/{name} (this is from memory, see HTTP API docs at /api on any node with the management plugin

Absolutely NOT to do: GET /api/queues to then get one metric of one queue. That will render 70 metrics per queue, so, 70K rows for 1000 queues.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@amolngt
Comment options

Comment options

You must be logged in to vote
1 reply
@amolngt
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants