From f824ea66535a53dce6446943581e8b42d89012c9 Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Thu, 28 Oct 2021 11:02:10 -0700 Subject: [PATCH] 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 --- .../v1.20/about_the_project/release-notes-changelog.md | 2 +- data/telegraf_plugins.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]