You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
This will be useful for monitoring squad's health.
Here are the steps for doing so:
sudo rabbitmq-plugins enable rabbitmq_management
c = requests.get('http://<private-ip>:15672/api/queues/%2f/ci_fetch/', auth = HTTPBasicAuth('guest', 'guest'))
c.json()['message_stats']['publish']
There's probably an endpoint to list all the queues, so we don't hard-code queues.
Then add a grafana dash grabbing that endpoint and create an alert if queues grows too much (probably due to worker outage)
The text was updated successfully, but these errors were encountered: