From d7ea83f39bb85e68066ef923a084cc61a166e68e Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 10 Oct 2017 12:04:41 -0700 Subject: [PATCH] Update readme and changelog for basicstats aggregator --- CHANGELOG.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5784a87b3..27fb7ac50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## v1.5 [unreleased] ### New Plugins +- [basicstats](./plugins/aggregators/basicstats/README.md) - Thanks to @toni-moreno - [jolokia2](./plugins/inputs/jolokia2/README.md) - Thanks to @dylanmei - [nginx_plus](./plugins/inputs/nginx_plus/README.md) - Thanks to @mplonka & @poblahblahblah - [smart](./plugins/inputs/smart/README.md) - Thanks to @rickard-von-essen @@ -41,6 +42,7 @@ - [#2449](https://github.com/influxdata/telegraf/pull/2449): Add smart input plugin for collecting S.M.A.R.T. data. - [#3269](https://github.com/influxdata/telegraf/pull/3269): Add cluster health level configuration to elasticsearch input. - [#3304](https://github.com/influxdata/telegraf/pull/3304): Add ability to limit node stats in elasticsearch input. +- [#2167](https://github.com/influxdata/telegraf/pull/2167): Add new basicstats aggregator. ### Bugfixes diff --git a/README.md b/README.md index a3887e566..2dd836be2 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ formats may be used with input plugins supporting the `data_format` option: ## Aggregator Plugins +* [basicstats](./plugins/aggregators/basicstats) * [minmax](./plugins/aggregators/minmax) * [histogram](./plugins/aggregators/histogram)