Skip to content

collectors RabbitMQCollector

Rob Smith edited this page Apr 19, 2013 · 14 revisions

RabbitMQCollector

Collects data from RabbitMQ through the admin interface

Notes

  • if two vhosts have the queues with the same name, the metrics will collide

Dependencies

  • pyrabbit

Options - Generic Options

Setting Default Description Type
byte_unit byte Default numeric output(s) str
enabled False Enable collecting these metrics bool
host localhost:55672 Hostname and port to collect from str
measure_collector_time False Collect the collector run time in ms bool
password guest Password str
user guest Username str

Example Output

servers.hostname.rabbitmq.key 4
servers.hostname.rabbitmq.more_keys.nested_key 3
servers.hostname.rabbitmq.queues.test_queue.key 2
servers.hostname.rabbitmq.queues.test_queue.more_keys.nested_key 1

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally