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

Exchange Stats #10

Closed
binelson opened this issue Aug 16, 2016 · 2 comments
Closed

Exchange Stats #10

binelson opened this issue Aug 16, 2016 · 2 comments
Assignees

Comments

@binelson
Copy link

Would it be possible to add in exchange stats as gauge counters to this as well?

eg: message_stats: {
publish: 0,
publish_details: {
rate: 0
},
publish_in: 5696,
publish_in_details: {
rate: 0
},
publish_out: 5696,
publish_out_details: {
rate: 0
},
ack: 0,
ack_details: {
rate: 0
},
deliver_get: 0,
deliver_get_details: {
rate: 0
},
confirm: 0,
confirm_details: {
rate: 0
},
return_unroutable: 0,
return_unroutable_details: {
rate: 0
},
redeliver: 0,
redeliver_details: {
rate: 0
}
},

I doubt the rate would be needed, since it can be calculated, but I would definitely find those stats useful as well.

@kbudde
Copy link
Owner

kbudde commented Aug 18, 2016

Hi,

I've checked it. It is possible. Pull Requests are always welcome :)

I will try it if I have a little bit more time.

BR

@binelson
Copy link
Author

Sounds good. :)

I'm not a go expert which is why I put the request in initially, but if I get the gumption/time, I'll poke at it as well.

Thanks!

@kbudde kbudde self-assigned this Sep 2, 2016
kbudde added a commit that referenced this issue Sep 4, 2016
@kbudde kbudde mentioned this issue Sep 4, 2016
@kbudde kbudde closed this as completed in 55fc8f7 Sep 4, 2016
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

2 participants