queue specific metrics for Prometheus #3468
-
Would it be possible to extend Prometheus metrics to include queue specific metrics. Something like these: Rabbitmq dead letter queue filling up - Dead letter queue is filling up (> 1 msg) (mandatory) Currently for these we are using this exporter https://github.com/kbudde/rabbitmq_exporter. It would be nice to have this out of the box and not use another exporter. I have to say I am not a programmer and I cannot contribute much on this topic besides installation and testing if that helps at all. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
See Aggregated vs. Per-object Metrics. Per-object metrics is not an option beyond a certain number of entities since the cardinality is too high to visualise. What you are asking here is alerting, which is a separate concern from visualising. The plugin already allows for per-object metrics via a dedicated endpoint, |
Beta Was this translation helpful? Give feedback.
See Aggregated vs. Per-object Metrics. Per-object metrics is not an option beyond a certain number of entities since the cardinality is too high to visualise.
What you are asking here is alerting, which is a separate concern from visualising. The plugin already allows for per-object metrics via a dedicated endpoint,
GET /metrics/per-object
. There may be more features coming out in this area in the commercial Tanzu RabbitMQ edition.