telegraf/outputs/nsq
Jonathan Cross 2a76942a74 NSQ Output plugin
NSQ output plugin, following the NSQ methodology output is a producer
to one instance of NSQD. The go library does not accept array values be
default for a Producer. Additionally service discovery is generally
done as a consumer.

Follows same methodology as Kafka Output without the tag reference.
2015-10-27 15:44:22 -06:00
..
README.md NSQ Output plugin 2015-10-27 15:44:22 -06:00
nsq.go NSQ Output plugin 2015-10-27 15:44:22 -06:00
nsq_test.go NSQ Output plugin 2015-10-27 15:44:22 -06:00

README.md

NSQ Output Plugin

This plugin writes to a specified NSQD instance, usually local to the producer. It requires a server name and a topic name.