Update changelog

This commit is contained in:
Daniel Nelson 2019-09-26 17:10:50 -07:00
parent fc6fb33067
commit 31d8d2baa7
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,10 @@
- [azure_storage_queue](/plugins/inputs/azure_storage_queue/README.md) - Contributed by @mjiderhamn
- [suricata](/plugins/inputs/suricata/README.md) - Contributed by @satta
#### New Aggregators
- [merge](/plugins/aggregators/merge/README.md) - Contributed by @influxdata
#### Features
- [#6326](https://github.com/influxdata/telegraf/pull/5842): Add per node memory stats to rabbitmq input.

View File

@ -354,6 +354,7 @@ For documentation on the latest development code see the [documentation index][d
* [basicstats](./plugins/aggregators/basicstats)
* [final](./plugins/aggregators/final)
* [histogram](./plugins/aggregators/histogram)
* [merge](./plugins/aggregators/merge)
* [minmax](./plugins/aggregators/minmax)
* [valuecounter](./plugins/aggregators/valuecounter)