prometheus_rabbitmq_exporter icon indicating copy to clipboard operation
prometheus_rabbitmq_exporter copied to clipboard

How do you monitor message rate?

Open officer-rosmarino opened this issue 6 years ago • 3 comments

How do you monitor message rates? It does not seem to be a metric that is exported.

officer-rosmarino avatar Nov 23 '18 15:11 officer-rosmarino

hmm, we have whole bunch of metrics like rabbitmq_messages_published_total. Just look for 'message' word in the README. Then you could use (i)rate PromQL functions.

deadtrickster avatar Nov 23 '18 15:11 deadtrickster

Calculating rate in Prometheus is possible for interval longer than scraping period. Is it possible to scrape _details objects? For example avg total message count for last 30 seconds?

DXist avatar Dec 26 '18 14:12 DXist

we can have precalculated averages exported as gauges, PR is welcome :-)

deadtrickster avatar Dec 28 '18 13:12 deadtrickster