Replies: 1 comment 6 replies
-
Hi, @miksir |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before all this happened it was standalone rabbitmq and rabbit-exporter.
But cluster coming and we decided to start to use rabbitmq metrics endpoint aka prometheus plugin.
And now I got dilemma. We need metrics per queue. Its really helps to find growing up queue fast, its helps to find queues without consumers. So aggregate mode not for us - there is no queue metrics. Per object mode.... well, lets skip the point of the amount of scraped metrics, it possible to fix with prometheus relabel. But scrape time for us about 25-30 seconds, it's really hard to use especially if we want to scrape each 30 sec.
So, what to do...
Probably switch to aggregate mode back and add default prometheus rabbitmq exporter, but I cant understand how good this exporter for cluster.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions