diff --git a/input/grid5000/sites/sophia/clusters/esterel4/esterel4_metrics.yaml b/input/grid5000/sites/sophia/clusters/esterel4/esterel4_metrics.yaml
index 3c11d0073c1eaf21ed82b43e7c5efa5407ecd189..bbcc255a6497965d9524e15e54472fab08c35eaa 100644
--- a/input/grid5000/sites/sophia/clusters/esterel4/esterel4_metrics.yaml
+++ b/input/grid5000/sites/sophia/clusters/esterel4/esterel4_metrics.yaml
@@ -40,3 +40,25 @@ metrics:
     source:
       protocol: prometheus
       port: 9100
+
+  - name: prom_nvgpu_default_metrics
+    description: Default subset of metrics from Prometheus Nvidia DCGM Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9400
+      id:
+        - DCGM_FI_DEV_SM_CLOCK
+        - DCGM_FI_DEV_MEM_CLOCK
+        - DCGM_FI_DEV_GPU_TEMP
+        - DCGM_FI_DEV_POWER_USAGE
+        - DCGM_FI_DEV_MEM_COPY_UTIL
+
+  - name: prom_nvgpu_all_metrics
+    description: All metrics from Prometheus Nvidia DCGM Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9400
\ No newline at end of file