feat(nsq_consumer): Add input plugin

to consume metrics from an nsqd topic

closes #1347
closes #1369
This commit is contained in:
Jonathan Chauncey
2016-06-09 13:31:05 -06:00
committed by Cameron Sparr
parent f7e057ec55
commit a6365a6086
6 changed files with 374 additions and 0 deletions

View File

@@ -220,6 +220,9 @@ Telegraf can also collect metrics via the following service plugins:
* [webhooks](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks)
* [github](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/github)
* [rollbar](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/rollbar)
* [nsq_consumer](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nsq_consumer)
* [github_webhooks](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/github_webhooks)
* [rollbar_webhooks](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/rollbar_webhooks)
We'll be adding support for many more over the coming months. Read on if you
want to add support for another service or third-party API.