Skip to content

collectors RabbitMQCollector

Rob Smith edited this page Oct 29, 2012 · 14 revisions

RabbitMQCollector

Collects data from RabbitMQ through the admin interface

Dependencies

  • pyrabbit

Options - Generic Options

Setting Default Description Type
host localhost:55672 Hostname and port to collect from str
password guest Password str
enabled False Enable collecting these metrics bool
user guest Username str
byte_unit byte Default numeric output(s) 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

Clone this wiki locally