From 126caffa8c7c98b85dc1fb1d32331f9598f21712 Mon Sep 17 00:00:00 2001 From: Steve Ramage Date: Thu, 11 Dec 2025 09:04:06 -0800 Subject: [PATCH] Replace NVIDIA exporter with nvidia's project The existing exporter is very old and no longer maintained. Signed-off-by: Steve Ramage --- docs/instrumenting/exporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index 360424403..4371e946c 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -78,7 +78,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Netgear Router exporter](https://github.com/DRuggeri/netgear_exporter) * [Network UPS Tools (NUT) exporter](https://github.com/DRuggeri/nut_exporter) * [Node/system metrics exporter](https://github.com/prometheus/node_exporter) (**official**) - * [NVIDIA GPU exporter](https://github.com/mindprince/nvidia_gpu_prometheus_exporter) + * [NVIDIA DCGM (GPU) exporter](https://github.com/NVIDIA/dcgm-exporter) * [ProSAFE exporter](https://github.com/dalance/prosafe_exporter) * [SmartRAID exporter](https://gitlab.com/calestyo/prometheus-smartraid-exporter) * [Waveplus Radon Sensor Exporter](https://github.com/jeremybz/waveplus_exporter)