added json serializer

closes #878
This commit is contained in:
Marcelo Salazar
2016-03-17 14:50:39 -03:00
committed by Cameron Sparr
parent d6b5f3efe6
commit d66d66e74b
5 changed files with 159 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
- [#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!
- [#880](https://github.com/influxdata/telegraf/pull/880): Add the ability to specify the bearer token to the prometheus plugin. Thanks @jchauncey!
- [#878](https://github.com/influxdata/telegraf/pull/878): Added json serializer. Thanks @ch3lo!
- [#880](https://github.com/influxdata/telegraf/pull/880): Add the ability to specify the bearer token to the prometheus plugin. Thanks @jchauncey!
### Bugfixes