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

Configurable list of collected stats #48

Open LudovitVarga opened 8 years ago

LudovitVarga commented 8 years ago

Currently all collectable stats are hard-coded in file "collectd_rabbitmq/collectd_plugin.py". It is possible create configuration file for all stats that i want to collect?

For example: in my case i need only few stats including number of consumers per queue and i had to manually add it to the code, what is not nice.

jimbydamonk commented 7 years ago

The biggest issues I see with this is updating the types db to have the same stats. Let me ponder it a bit.