Update changelog
This commit is contained in:
parent
fd59d55499
commit
bfaecf62b8
|
|
@ -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): Run processors and aggregators during test mode.
|
||||
- [#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
|
||||
|
||||
|
|
|
|||
|
|
@ -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`)
|
||||
- fields
|
||||
- `fan_speed` (integer, percentage)
|
||||
- `fbc_stats_session_count` (integer)
|
||||
- `fbc_stats_average_fps` (integer)
|
||||
- `fbc_stats_average_latency` (integer)
|
||||
- `memory_free` (integer, MiB)
|
||||
- `memory_used` (integer, MiB)
|
||||
- `memory_total` (integer, MiB)
|
||||
|
|
|
|||
Loading…
Reference in New Issue