update Telegraf RNs

pull/1731/head
Kelly 2020-10-28 17:48:09 -07:00
parent 31f9dda337
commit d110b22def
1 changed files with 18 additions and 4 deletions
content/telegraf/v1.16/about_the_project

View File

@ -8,6 +8,24 @@ menu:
parent: About the project
---
## v1.16.1 [2020-10-28]
### Input plugin updates
- Apache Kafka Consumer (`kafka_consumer`): Add Kafka SASL-mechanism authentication support for SCRAM-SHA-256, SCRAM-SHA-512, and GSSAPI.
- Microsoft SQL Server (`sqlserver`):
- Fixed a syntax error of the Azure queries.
- Removed some synthetic performance counters that no longer exist from the `sqlserver_performance_counters` measurement.
- Add new tag (`sql_version_desc`) to identify the SQL Server version.
- RAS (`ras`):
- Disable RAS input plugin on specific Linux architectures (MIPS64, mips64le, ppc64le, riscv64).
- Fix an issue to properly close file handlers.
- Processes (`processes`): Fix an issue with receiving `no such file or directory` stat error.
- Windows Performance Counters Input (`win_perf_counters`): Fix an issue with the counter with a negative denominator error to cause gathering operations to fail.
### Output plugin updates
- Apache Kafka (`kafka`): Add Kafka SASL-mechanism authentication support for SCRAM-SHA-256, SCRAM-SHA-512, GSSAPI.
## v1.16 [2020-10-21]
@ -15,7 +33,6 @@ menu:
#### Inputs
- [InfluxDB v2 Listener Input Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb_v2_listener/README.md)(`influxdb_v2_listener`) - Contributed by [@magichair](https://github.com/magichair)
- [Intel RDT Input Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/README.md)(`intel_rdt`) - Contributed by [@p-zak](https://github.com/p-zak)
- [NSD Input Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nsd/README.md)(`nsd`) - Contributed by [@gearnode](https://github.com/gearnode)
@ -24,7 +41,6 @@ menu:
- [RAS Input Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ras/README.md)(`ras`)- Contributed by [@p-zak](https://github.com/p-zak)
- [Windows Eventlog Input Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/win_eventlog/README.md)(`win_eventlog`) - Contributed by [@simnv](https://github.com/simnv)
#### Outputs
- [Dynatrace Output Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/README.md)(`dynatrace`) - Contributed by [@thschue](https://github.com/theschue)
@ -101,8 +117,6 @@ menu:
- Fix bugs found by LGTM analysis platform.
- Update to Go 1.15.
## v.1.15.3 [2020-09-11]
### Features