Telegraf 1.22.1 (#3933)
parent
d674758ec0
commit
5c082f4907
|
@ -9,6 +9,31 @@ menu:
|
||||||
name: Release notes
|
name: Release notes
|
||||||
weight: 60
|
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]
|
## v1.22.0 [2022-3-22]
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
@ -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]
|
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: v1.22
|
||||||
latest_patches:
|
latest_patches:
|
||||||
"1.22": 0
|
"1.22": 1
|
||||||
"1.21": 4
|
"1.21": 4
|
||||||
"1.20": 4
|
"1.20": 4
|
||||||
"1.19": 3
|
"1.19": 3
|
||||||
|
|
|
@ -1560,6 +1560,14 @@ input:
|
||||||
introduced: 1.16.0
|
introduced: 1.16.0
|
||||||
tags: [linux, macos, windows]
|
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
|
- name: Puppet Agent
|
||||||
id: puppetagent
|
id: puppetagent
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Reference in New Issue