telegraf/outputs/amqp
Cameron Sparr c26ce9c4fe Utilizing new client and overhauling Accumulator interface
Fixes #280
Fixes #281
Fixes #289
2015-10-20 13:53:58 -06:00
..
README.md AMQP output plugin typo fixes and added README and RoutingTag 2015-09-16 10:59:29 -07:00
amqp.go Utilizing new client and overhauling Accumulator interface 2015-10-20 13:53:58 -06:00
amqp_test.go Utilizing new client and overhauling Accumulator interface 2015-10-20 13:53:58 -06:00

README.md

AMQP Output Plugin

This plugin writes to a AMQP exchange using tag, defined in configuration file as RoutingTag, as a routing key.

If RoutingTag is empty, then empty routing key will be used.

This plugin doesn't bind exchange to a queue, so it should be done by consumer.