Rabbitmq queues from host app02.example.com by querying influxdb

Hi,

I am using collectd agent on the rabbitmq servers which will push the metrics to influxdb time series database in my setup.

show tag values from queues_ with key in (host,type_instance) returns host"rabbitmq__" host “rabbitmq_default” type_instance “avg” type_instance “avg_rate” type_instance “rate” type_instance “sample”

Basically i am interested to know rabbitmq queues from host app02.example.com by querying influxdb time series database

Please suggest further.

Regards,

Kaushal

You might want to try using Telegraf with the rabbitmq input plugin, it generates metrics with a schema designed specifically to work with InfluxDB and will gather metrics tagged by queue name.