Add Wavefront output to changelog and readme
This commit is contained in:
parent
8355f941f9
commit
fcfa7ed7bf
|
@ -3,6 +3,7 @@
|
||||||
### New Plugins
|
### New Plugins
|
||||||
- [nginx_plus](./plugins/inputs/nginx_plus/README.md) - Thanks to @mplonka & @poblahblahblah
|
- [nginx_plus](./plugins/inputs/nginx_plus/README.md) - Thanks to @mplonka & @poblahblahblah
|
||||||
- [jolokia2](./plugins/inputs/jolokia2/README.md) - Thanks to @dylanmei
|
- [jolokia2](./plugins/inputs/jolokia2/README.md) - Thanks to @dylanmei
|
||||||
|
- [wavefront](./plugins/inputswavefront/README.md) - Thanks to @puckpuck
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
- [#2278](https://github.com/influxdata/telegraf/pull/2278): Add redesigned Jolokia input plugin.
|
- [#2278](https://github.com/influxdata/telegraf/pull/2278): Add redesigned Jolokia input plugin.
|
||||||
- [#3106](https://github.com/influxdata/telegraf/pull/3106): Add configurable separator for metrics and fields in opentsdb output.
|
- [#3106](https://github.com/influxdata/telegraf/pull/3106): Add configurable separator for metrics and fields in opentsdb output.
|
||||||
- [#1692](https://github.com/influxdata/telegraf/pull/1692): Add support for the rollbar occurrence webhook event.
|
- [#1692](https://github.com/influxdata/telegraf/pull/1692): Add support for the rollbar occurrence webhook event.
|
||||||
|
- [#3160](https://github.com/influxdata/telegraf/pull/3160): Add Wavefront output plugin.
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
|
|
@ -283,3 +283,4 @@ formats may be used with input plugins supporting the `data_format` option:
|
||||||
* [socket_writer](./plugins/outputs/socket_writer)
|
* [socket_writer](./plugins/outputs/socket_writer)
|
||||||
* [tcp](./plugins/outputs/socket_writer)
|
* [tcp](./plugins/outputs/socket_writer)
|
||||||
* [udp](./plugins/outputs/socket_writer)
|
* [udp](./plugins/outputs/socket_writer)
|
||||||
|
* [wavefront](./plugins/outputs/wavefront)
|
||||||
|
|
Loading…
Reference in New Issue