why rabbitmq_prometheus not support the producers and consumers of queue metrics #4998
Replies: 7 comments 2 replies
-
Hi,
What specific metrics are you looking for? Have you seen
https://www.rabbitmq.com/prometheus.html#metric-aggregation ?
Perhaps you just need to enable/use per-object metrics.
Best,
…On Wed, Jun 8, 2022 at 10:58 AM 匠心零度 ***@***.***> wrote:
As of 3.8.0, RabbitMQ ships with built-in Prometheus & Grafana support.
why rabbitmq_prometheus not support the producers and consumers of queue
metrics
—
Reply to this email directly, view it on GitHub
<#4996>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACI7PIXF7PPNXWB5Y542B33VOBOBVANCNFSM5YFXWR5Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Michał
RabbitMQ team
|
Beta Was this translation helpful? Give feedback.
-
3q |
Beta Was this translation helpful? Give feedback.
-
if i has queues : q1、q2、q3
how to find q1 queue producers and consumers metrics |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I guess there is just no metric for this right now, I doubt there is any other reason for that than "it was not implemented so far". You can get channel stats to get some of this data currently:
|
Beta Was this translation helpful? Give feedback.
-
3q |
Beta Was this translation helpful? Give feedback.
-
The plugin does support per-object metrics if you enable them or use a dedicated endpoint. This can lead to extremely What specifically are the metrics you are looking for? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As of 3.8.0, RabbitMQ ships with built-in Prometheus & Grafana support.
why rabbitmq_prometheus not support the producers and consumers of queue metrics
Beta Was this translation helpful? Give feedback.
All reactions