From ac5938f0cee9ae413415e25ca3663f3203f1645e Mon Sep 17 00:00:00 2001 From: alkatrazz Date: Tue, 2 Jun 2026 23:05:42 +0200 Subject: [PATCH] =?UTF-8?q?docs(n8n):=20documenter=20section=20=C3=A9nergi?= =?UTF-8?q?e=20GPU=20dans=20rapport=20horaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- admin/k8s/n8n.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/k8s/n8n.md b/admin/k8s/n8n.md index 45d450f..cecf96d 100644 --- a/admin/k8s/n8n.md +++ b/admin/k8s/n8n.md @@ -154,6 +154,10 @@ Envoyer Rapport (SMTP) | Disque | `(filesystem_size - filesystem_free) / filesystem_size * 100` (mountpoint=/) | | Services | `up` | | Services Changes | `changes(up[1h]) > 0` | +| GPU Power 1h | `avg_over_time(rocm_gpu_power_watts{instance="gpu-01"}[1h:5m])` → Wh cette heure | +| GPU Power 24h | `avg_over_time(rocm_gpu_power_watts{instance="gpu-01"}[24h:5m])` → kWh 24h glissants | + +**Section énergie GPU** : affichée dans chaque rapport entre l'analyse Hermes et les métriques brutes. À minuit (exécution 00:00), un encart **BILAN JOURNALIER** met en avant la consommation totale en kWh des 24h écoulées. ---