From 5c082f49071f78ea120dc7b53387f81f2a2ce9d9 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Thu, 7 Apr 2022 10:27:21 -0700 Subject: [PATCH] Telegraf 1.22.1 (#3933) --- .../telegraf/v1.22/release-notes-changelog.md | 25 +++++++++++++++++++ data/products.yml | 2 +- data/telegraf_plugins.yml | 8 ++++++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/content/telegraf/v1.22/release-notes-changelog.md b/content/telegraf/v1.22/release-notes-changelog.md index 2904d89a4..294d1b278 100644 --- a/content/telegraf/v1.22/release-notes-changelog.md +++ b/content/telegraf/v1.22/release-notes-changelog.md @@ -9,6 +9,31 @@ menu: name: Release notes weight: 60 --- +## v1.22.0 [2022-4-6] + +- Update `gonum.org/v1/gonum` from 0.9.3 to 0.11.0. +- Update `github.com/golang-jwt/jwt/v4` from 4.2.0 to 4.4.1. +- Update `gopsutil` and associated dependencies for improved OpenBSD support. +- Fix default value for logfile rotation interval. + +## Input plugin updates +- Intel PMU (`intel_pmu`): Fix slow running intel-pmu test. +- Cloud PubSub (`cloud_pubsub`): Skip longer integration tests on `-short` mode. +- Cloud PubSub Push (`cloud_pubsub_push`): Reduce timeouts and sleeps. +- SQL Server (`sqlserver`): Fix inconsistencies in `sql*Requests` queries. +- ZFS (`zfs`): Fix redundant pool tag. +- vSphere (`vsphere`): Update debug message information. + +## Output plugin updates +- Azure Monitor (`azure_monitor`): Include body in error message. +- HTTP (`http`): Switch HTTP 100 test case values. + +## Processor plugin updates +- TopK (`topk`) Clarify the `k` and `fields` parameters. + +## New external plugins +- [PSI External Plugin](https://github.com/gridscale/linux-psi-telegraf-plugin/blob/main/README.md)(`external.psi`) - Contributed by [@ajfriesen](https://github.com/ajfriesen). + ## v1.22.0 [2022-3-22] ## Features diff --git a/data/products.yml b/data/products.yml index e11350a6b..b16e97a3f 100644 --- a/data/products.yml +++ b/data/products.yml @@ -36,7 +36,7 @@ telegraf: versions: [v1.9, v1.10, v1.11, v1.12, v1.13, v1.14, v1.15, v1.16, v1.17, v1.18, v1.19, v1.20, v1.21, v1.22] latest: v1.22 latest_patches: - "1.22": 0 + "1.22": 1 "1.21": 4 "1.20": 4 "1.19": 3 diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 6d55fa0fe..71aab5d2b 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -1560,6 +1560,14 @@ input: introduced: 1.16.0 tags: [linux, macos, windows] + - name: PSI + id: psi + description: | + The PSI input plugins push pressure stall information (PSI) from the Linux Kernel to InfluxDB. + introduced: 1.22.1 + tags: [linux] + external: true + - name: Puppet Agent id: puppetagent description: |