Vincent Sellierchanged title from [monitorin] Raise an alert when the number of messages in a rabbitmq queue is too high to [monitoring] Raise an alert when the number of messages in a rabbitmq queue is too high
changed title from [monitorin] Raise an alert when the number of messages in a rabbitmq queue is too high to [monitoring] Raise an alert when the number of messages in a rabbitmq queue is too high
It's been done [1], templatized and activated [2].
This led to a change in scraping metrics. Rabbitmq metrics were scrapped by the pergamon prometheus instance so it was not accessible by the cluster's alert manager (so we could not activate the alert mentioned in linked commits).
After making the metrics scraped by the cluster instead [2], the alert got activated.
Impacted Grafana dashboards were also slightly adapted (they were using the old prometheus sources instead of Thanos).
And the prometheus pergamon scrapping of rabbitmq metrics were disabled on pergamon [3].