diff --git a/content/telegraf/v1.20/about_the_project/release-notes-changelog.md b/content/telegraf/v1.20/about_the_project/release-notes-changelog.md index 91f4326db..88862547a 100644 --- a/content/telegraf/v1.20/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.20/about_the_project/release-notes-changelog.md @@ -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 diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 6bbad85f8..d3392bab6 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -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]