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

@@ -32,6 +32,7 @@ should now look like:
- [#1247](https://github.com/influxdata/telegraf/pull/1247): rollbar webhook plugin.
- [#1402](https://github.com/influxdata/telegraf/pull/1402): docker-machine/boot2docker no longer required for unit tests.
- [#1350](https://github.com/influxdata/telegraf/pull/1350): cgroup input plugin.
- [#1369](https://github.com/influxdata/telegraf/pull/1369): Add input plugin for consuming metrics from NSQD.
### Bugfixes