Update changelog

This commit is contained in:
Daniel Nelson 2020-06-08 10:04:07 -07:00
parent fd59d55499
commit bfaecf62b8
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,7 @@
- [#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): 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. - [#7474](https://github.com/influxdata/telegraf/pull/7474): Run processors and aggregators during test mode.
- [#7294](https://github.com/influxdata/telegraf/pull/7294): Add SNMPv3 trap support to snmp_trap input. - [#7294](https://github.com/influxdata/telegraf/pull/7294): Add SNMPv3 trap support to snmp_trap input.
- [#7646](https://github.com/influxdata/telegraf/pull/7646): Add video codec stats to nvidia-smi.
#### Bugfixes #### Bugfixes

View File

@ -31,6 +31,9 @@ You'll need to escape the `\` within the `telegraf.conf` like this: `C:\\Program
- `uuid` (A unique identifier for the GPU e.g. `GPU-f9ba66fc-a7f5-94c5-da19-019ef2f9c665`) - `uuid` (A unique identifier for the GPU e.g. `GPU-f9ba66fc-a7f5-94c5-da19-019ef2f9c665`)
- fields - fields
- `fan_speed` (integer, percentage) - `fan_speed` (integer, percentage)
- `fbc_stats_session_count` (integer)
- `fbc_stats_average_fps` (integer)
- `fbc_stats_average_latency` (integer)
- `memory_free` (integer, MiB) - `memory_free` (integer, MiB)
- `memory_used` (integer, MiB) - `memory_used` (integer, MiB)
- `memory_total` (integer, MiB) - `memory_total` (integer, MiB)