From af08eccb594a8ed98d2924ab0dc0bd83fca916e3 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:27:04 -0800 Subject: [PATCH 1/6] Add release notes for 1.16.3 --- .../release-notes-changelog.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md index a5dc40ec6..9d89a4466 100644 --- a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md @@ -8,6 +8,46 @@ menu: parent: About the project --- +## v1.16.3 [2020-12-01] + +### Features +- Update Go to 1.15.5. +- Update `godirwalk` to 1.16.1 for Dragonfly BSD support. +- Add support for Linux on OpenPOWER. + +### Bug fixes +- Fix configuration issue with tags. + +### Input plugin updates +- APCUPSD (`apcupsd`): Add driver and CUDA version. +- CSV Parser (`csv`): Fix issue where CSV timestamp was being read as Unix instead of Go reference time. +- gNMI (`gnmi`): Add logging of `SubscribeResponse_Error` response types. +- HTTP (`http`): Add proxy support. +- Kafka Consumer (`kafka_consumer`): Enable Zstandard and idempotent writes. +- Modbus (`modbus`): Add FLOAT64-IEEE support. +- Monit (`monit`): Add `response_time` to metrics collected. +- NVIDIA SMI (`nvidia_smi`): Add driver and CUDA version. +- PHP-FPM (`phpfpm`): Fix issue with "index out of range" error. +- SQL Server (`sqlserver`): Fix typo in `database_name` column. + +### Output plugin updates +- Kafka (`kafka`): Enable Zstandard and idempotent writes. +- NATS (`nats`): Add `name` parameter to simplify monitoring, debugging, and reporting. +- Wavefront (`wavefront`): + - Distinguish between retryable and non-retryable errors . + - Add debug-level logging for metric data that is not retryable. + + +### Parser plugin updates +- Starlark (`starlark`): + - Allow the processor to manage errors that occur in the `apply` function. + - Add support for logging. + - Add capability to return multiple metrics. + - Add the shared state to the global scope to retrieve previous data. + +### Aggregator plugin updates +- BasicStats (`basicstats`): Add rate, non-negative rate, and interval calculations. + ## v1.16.2 [2020-11-13] ### Input plugin updates From 233345a360bd41a14918238bdc7bc4816334a08a Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:36:00 -0800 Subject: [PATCH 2/6] Update release-notes-changelog.md --- .../telegraf/v1.16/about_the_project/release-notes-changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md index 9d89a4466..bce1a03df 100644 --- a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md @@ -37,7 +37,6 @@ menu: - Distinguish between retryable and non-retryable errors . - Add debug-level logging for metric data that is not retryable. - ### Parser plugin updates - Starlark (`starlark`): - Allow the processor to manage errors that occur in the `apply` function. From 64f83d520e93ff341fbffbdf7db16b868faf5671 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:41:39 -0800 Subject: [PATCH 3/6] Update release-notes-changelog.md --- .../v1.16/about_the_project/release-notes-changelog.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md index bce1a03df..db1fdff9d 100644 --- a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md @@ -22,17 +22,12 @@ menu: - APCUPSD (`apcupsd`): Add driver and CUDA version. - CSV Parser (`csv`): Fix issue where CSV timestamp was being read as Unix instead of Go reference time. - gNMI (`gnmi`): Add logging of `SubscribeResponse_Error` response types. -- HTTP (`http`): Add proxy support. -- Kafka Consumer (`kafka_consumer`): Enable Zstandard and idempotent writes. -- Modbus (`modbus`): Add FLOAT64-IEEE support. - Monit (`monit`): Add `response_time` to metrics collected. - NVIDIA SMI (`nvidia_smi`): Add driver and CUDA version. - PHP-FPM (`phpfpm`): Fix issue with "index out of range" error. - SQL Server (`sqlserver`): Fix typo in `database_name` column. ### Output plugin updates -- Kafka (`kafka`): Enable Zstandard and idempotent writes. -- NATS (`nats`): Add `name` parameter to simplify monitoring, debugging, and reporting. - Wavefront (`wavefront`): - Distinguish between retryable and non-retryable errors . - Add debug-level logging for metric data that is not retryable. @@ -44,9 +39,6 @@ menu: - Add capability to return multiple metrics. - Add the shared state to the global scope to retrieve previous data. -### Aggregator plugin updates -- BasicStats (`basicstats`): Add rate, non-negative rate, and interval calculations. - ## v1.16.2 [2020-11-13] ### Input plugin updates From 51c3a97d193ceb5c5154899f2cf679e974afb479 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:49:01 -0800 Subject: [PATCH 4/6] Remove excluded item --- .../v1.16/about_the_project/release-notes-changelog.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md index db1fdff9d..44f12ed49 100644 --- a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md @@ -15,9 +15,6 @@ menu: - Update `godirwalk` to 1.16.1 for Dragonfly BSD support. - Add support for Linux on OpenPOWER. -### Bug fixes -- Fix configuration issue with tags. - ### Input plugin updates - APCUPSD (`apcupsd`): Add driver and CUDA version. - CSV Parser (`csv`): Fix issue where CSV timestamp was being read as Unix instead of Go reference time. From c0d6f2083d569b6b6181c88da6d94668fc6ba615 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:50:33 -0800 Subject: [PATCH 5/6] Update release-notes-changelog.md --- .../telegraf/v1.16/about_the_project/release-notes-changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md index 44f12ed49..0501a16a2 100644 --- a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md @@ -13,7 +13,6 @@ menu: ### Features - Update Go to 1.15.5. - Update `godirwalk` to 1.16.1 for Dragonfly BSD support. -- Add support for Linux on OpenPOWER. ### Input plugin updates - APCUPSD (`apcupsd`): Add driver and CUDA version. From f8f1102087bc8dee5062971b525ce0307fe1aa00 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 1 Dec 2020 15:05:06 -0800 Subject: [PATCH 6/6] Removed two extras --- .../v1.16/about_the_project/release-notes-changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md index 0501a16a2..d353f0a63 100644 --- a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md @@ -11,14 +11,13 @@ menu: ## v1.16.3 [2020-12-01] ### Features -- Update Go to 1.15.5. - Update `godirwalk` to 1.16.1 for Dragonfly BSD support. ### Input plugin updates - APCUPSD (`apcupsd`): Add driver and CUDA version. - CSV Parser (`csv`): Fix issue where CSV timestamp was being read as Unix instead of Go reference time. - gNMI (`gnmi`): Add logging of `SubscribeResponse_Error` response types. -- Monit (`monit`): Add `response_time` to metrics collected. + - NVIDIA SMI (`nvidia_smi`): Add driver and CUDA version. - PHP-FPM (`phpfpm`): Fix issue with "index out of range" error. - SQL Server (`sqlserver`): Fix typo in `database_name` column.