-
Notifications
You must be signed in to change notification settings - Fork 36
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
[FEATURE] Add redelivery rate to metrics #916
Comments
Example for current export:
|
fkollmann
changed the title
Add redelivery rate to metrics
[FEATURE] Add redelivery rate to metrics
Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During operations of LavinMQ, the re-delivery rate is an important indicator, if sth is wrong with the overall client application.
Currently the metrics do not show the re-delivery rate (or count?).
An alternative could be to check if the minimum
lavinmq_queue_messages
never reaches 0 within 1 hour, but this could easily be true in larger applications, anyway.Please add it to the
/metrics
endpoint, which provides the Prometheus export.For reference, see the RabbitMQ metric:
rabbitmq_global_messages_redelivered_total
Best Regards, Felix
The text was updated successfully, but these errors were encountered: