Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you monitor message rate? #64

Open
officer-rosmarino opened this issue Nov 23, 2018 · 3 comments
Open

How do you monitor message rate? #64

officer-rosmarino opened this issue Nov 23, 2018 · 3 comments

Comments

@officer-rosmarino
Copy link

officer-rosmarino commented Nov 23, 2018

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

@deadtrickster
Copy link
Owner

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.

@DXist
Copy link
Contributor

DXist commented Dec 26, 2018

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?

@deadtrickster
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants