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

Detect "stuck" queues #86

Open
getvega opened this issue Jun 21, 2019 · 0 comments
Open

Detect "stuck" queues #86

getvega opened this issue Jun 21, 2019 · 0 comments

Comments

@getvega
Copy link

getvega commented Jun 21, 2019

Is there a way to detect queues not acknowledging any messages? For instance for consumers having a prefetch, if those are blocking on a specific message (not unacking nor acking) - it completely block the entire queue.

For the moment we have an alert configured like this:

alert: RabbitUnackedMessagesHighRate
expr: (irate(rabbitmq_queue_messages_unacknowledged{cluster_name="production"}[5m]) * 60 * 5) > 5
for: 5m

... but for very "active" queues this might lead to false-positive alerts.

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

1 participant