-
Notifications
You must be signed in to change notification settings - Fork 80
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
Adding in more statistics into the client #119
Conversation
I was about to make PR for the same changes (the ACK Rate/stats), as I have forked the repository to add this myself. This is a really useful statistic if you have subscribers doing manual acknowledgments! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the PR, please check the comment
@@ -4,6 +4,8 @@ namespace EasyNetQ.Management.Client.Model | |||
{ | |||
public class MessageStats | |||
{ | |||
public Int64 Ack { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use long
instead of Int64
Fixed in #173 |
These are extra statistics available in the Rabbit API and they are useful in monitoring how long a message has been in the queue and some additional ACK stats