Open officer-rosmarino opened 6 years ago
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.
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?
we can have precalculated averages exported as gauges, PR is welcome :-)
How do you monitor message rates? It does not seem to be a metric that is exported.