diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b221049..35200c279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ - [github](/plugins/inputs/github/README.md) - Contributed by @influxdata - [powerdns_recursor](/plugins/inputs/powerdns_recursor/README.md) - Contributed by @dupondje +#### New Aggregators + +- [final](/plugins/aggregators/final/README.md) - Contributed by @oplehto + #### New Outputs - [syslog](/plugins/outputs/syslog/README.md) - Contributed by @javicrespo diff --git a/README.md b/README.md index 3f4a70d13..1bd96896b 100644 --- a/README.md +++ b/README.md @@ -333,8 +333,9 @@ For documentation on the latest development code see the [documentation index][d ## Aggregator Plugins * [basicstats](./plugins/aggregators/basicstats) -* [minmax](./plugins/aggregators/minmax) +* [final](./plugins/aggregators/final) * [histogram](./plugins/aggregators/histogram) +* [minmax](./plugins/aggregators/minmax) * [valuecounter](./plugins/aggregators/valuecounter) ## Output Plugins