PR feedback changes

closes #927
This commit is contained in:
Adam Argo
2016-03-24 15:14:30 -07:00
committed by Cameron Sparr
parent 59085f072a
commit e07c79259b
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
## v0.11.2 [unreleased]
### Features
- [#927](https://github.com/influxdata/telegraf/pull/927): Adds parsing of tags to the statsd input when using DataDog's dogstatsd extension
- [#863](https://github.com/influxdata/telegraf/pull/863): AMQP output: allow external auth. Thanks @ekini!
- [#707](https://github.com/influxdata/telegraf/pull/707): Improved prometheus plugin. Thanks @titilambert!
- [#878](https://github.com/influxdata/telegraf/pull/878): Added json serializer. Thanks @ch3lo!