From 9cce67a3cc71a51892c6aa3e89c14c7facd0e52f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Feb 2026 09:36:35 +0000 Subject: [PATCH] feat(monitoring): add dcgm exporter --- monitoring/prometheus/prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index dc4a6b8..a405027 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -76,3 +76,6 @@ scrape_configs: static_configs: - targets: ['serveurlucas:9709'] + - job_name: 'dcgm-exporter' + static_configs: + - targets: ['serveurlucas:27055']