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

Allow to whitelist queues #65

Open gugu opened 6 years ago

gugu commented 6 years ago

Currently this plugin gets full list of queues (with or without ignore options)

If this list happens to be large, it takes minutes to fetch the data. Currently /api/queues supports parameter name, which allows you to filter queues by substring or regex without touching unneeded queues at all. This works much faster

drakontia commented 5 years ago

+1