Make NSQ plugin compatible with version 0.10.0

This commit is contained in:
Cameron Sparr
2016-01-15 16:27:24 -07:00
parent dbbb2d9877
commit 6eea89f4c0
4 changed files with 172 additions and 88 deletions

View File

@@ -6,6 +6,7 @@
- [#475](https://github.com/influxdata/telegraf/pull/475): Add response time to httpjson plugin. Thanks @titilambert!
- [#519](https://github.com/influxdata/telegraf/pull/519): Added a sensors input based on lm-sensors. Thanks @md14454!
- [#467](https://github.com/influxdata/telegraf/issues/467): Add option to disable statsd measurement name conversion.
- [#534](https://github.com/influxdata/telegraf/pull/534): NSQ input plugin. Thanks @allingeek!
### Bugfixes
- [#506](https://github.com/influxdb/telegraf/pull/506): Ping input doesn't return response time metric when timeout. Thanks @titilambert!