nytimes / collectd-rabbitmq

A collected plugin, written in python, to collect statistics from RabbitMQ.
https://collectd-rabbitmq.readthedocs.org/
Other
145 stars 79 forks source link

add consumers to queue stats #49

Closed microblag closed 7 years ago

microblag commented 8 years ago

Noticed that I wasn't getting consumers value for each queue. Based on the readme I thought it should be there. Added it in, tests all pass, getting the stats in prod using this patch so it seems to be working fine.

towolf commented 7 years ago

You forgot to add consumers type types.db also, no?

jimbydamonk commented 7 years ago

I am going to merge this. I will double check to make sure the types are updated as well