summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2023-07-25 14:22:38 +0100
committerGitHub <noreply@github.com>2023-07-25 14:22:38 +0100
commit98350ceb646237191fabdb42e687c52a1a765586 (patch)
tree02534c388dc2d7f14d9b8c447ed1e3de8946fd8a
parent4ad42d54e4046cdadc3341d35e59de25bf802513 (diff)
add deptrication notice to nvidia_smi python collector readmeandrewm4894-patch-2
-rw-r--r--collectors/python.d.plugin/nvidia_smi/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/nvidia_smi/README.md b/collectors/python.d.plugin/nvidia_smi/README.md
index 7d45289a4b..5443dfbc1a 100644
--- a/collectors/python.d.plugin/nvidia_smi/README.md
+++ b/collectors/python.d.plugin/nvidia_smi/README.md
@@ -9,6 +9,8 @@ learn_rel_path: "Integrations/Monitor/Devices"
# Nvidia GPU collector
+> **Note** This python collector has been [depricated since v1.41.0](https://github.com/netdata/netdata/releases/tag/v1.41.0#v1410-deprecation-notice) and replaced by the [Go based nvidia_smi collector](https://github.com/netdata/go.d.plugin/tree/master/modules/nvidia_smi).
+
Monitors performance metrics (memory usage, fan speed, pcie bandwidth utilization, temperature, etc.) using `nvidia-smi` cli tool.
## Requirements and Notes