Edit description for amd_rocm_smi Telegraf plugin (#3186)
* Edit description for amd_rocm_smi Telegraf plugin Edit name and description for amd_rocm_smi Telegraf plugin. Not sure if this is the only location that it needs to be udpated. * cpl minor updates Co-authored-by: Kelly <kelly@influxdata.com>pull/3328/head
parent
6ee3d25d87
commit
f824ea6653
|
|
@ -100,7 +100,7 @@ menu:
|
|||
- [Elasticsearch Query](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/elasticsearch_query) - Contributed by @lpic10
|
||||
- [Internet Speed Monitor](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/internet_speed) - Contributed by @ersanyamarya
|
||||
- [mdstat](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mdstat) - Contributed by @johnseekins
|
||||
- [ROCm System Management Interface (SMI)](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/amd_rocm_smi) - Contributed by @mconcas
|
||||
- [AMD ROCm System Management Interface (SMI)](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/amd_rocm_smi) - Contributed by @mconcas
|
||||
|
||||
#### Output
|
||||
- [OpenTelemetry](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/opentelemetry) - Contributed by @jacobmarble
|
||||
|
|
|
|||
|
|
@ -1546,10 +1546,10 @@ input:
|
|||
introduced: 1.17.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: ROCm System Management Interface (SMI)
|
||||
- name: AMD ROCm System Management Interface (SMI)
|
||||
id: amd_rocm_smi
|
||||
description: |
|
||||
The ROCm System Management Interface plugin pulls statistics from NVIDIA GPU stats including memory, usage, and temperature.
|
||||
The AMD ROCm System Management Interface plugin pulls statistics from AMD GPUs including memory, usage, and temperature.
|
||||
introduced: 1.20.0
|
||||
tags: [linux, macos, windows, systems]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue