From f27b709efa07c5890cdf88d7470b7522bc5faa10 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 1 Jun 2020 17:12:22 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681353dd3..4672c81de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ `splunkmetric` serializer, if you are making use of these fields they can be added back with the `tag` option. +- Telegraf's `--test` mode now runs processors and aggregators before printing + metrics. + - Official packages now built with Go 1.14.3. #### New Processors @@ -50,6 +53,8 @@ - [#7319](https://github.com/influxdata/telegraf/pull/7319): Add support for battery level monitoring to the fibaro input. - [#7405](https://github.com/influxdata/telegraf/pull/7405): Allow collection of HTTP Headers in http_response input. - [#7540](https://github.com/influxdata/telegraf/pull/7540): Add processor to look up service name by port. +- [#7474](https://github.com/influxdata/telegraf/pull/7474): Add new once mode that write to outputs and exits. +- [#7474](https://github.com/influxdata/telegraf/pull/7474): Run processors and aggregators during test mode. #### Bugfixes