From 5d9e249b78fab7daeee188d1c69d220312e70218 Mon Sep 17 00:00:00 2001
From: Patrice RINGOT <patrice.ringot@loria.fr>
Date: Thu, 6 Jul 2023 16:16:03 +0200
Subject: [PATCH] [metrics] remove (prom) node_cpu_scaling_frequency_hertz for
 grat

---
 data/grid5000/sites/nancy/clusters/grat/grat.json          | 1 -
 input/grid5000/sites/nancy/clusters/grat/grat_metrics.yaml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/data/grid5000/sites/nancy/clusters/grat/grat.json b/data/grid5000/sites/nancy/clusters/grat/grat.json
index 9e3a80f06c9..fa1173666c0 100644
--- a/data/grid5000/sites/nancy/clusters/grat/grat.json
+++ b/data/grid5000/sites/nancy/clusters/grat/grat.json
@@ -1863,7 +1863,6 @@
       "source": {
         "id": [
           "node_boot_time_seconds",
-          "node_cpu_scaling_frequency_hertz",
           "node_cpu_seconds_total",
           "node_filesystem_free_bytes",
           "node_filesystem_size_bytes",
diff --git a/input/grid5000/sites/nancy/clusters/grat/grat_metrics.yaml b/input/grid5000/sites/nancy/clusters/grat/grat_metrics.yaml
index ae750e016ac..43623b172f2 100644
--- a/input/grid5000/sites/nancy/clusters/grat/grat_metrics.yaml
+++ b/input/grid5000/sites/nancy/clusters/grat/grat_metrics.yaml
@@ -1293,7 +1293,6 @@ metrics:
       port: 9100
       id:
         - node_boot_time_seconds
-        - node_cpu_scaling_frequency_hertz
         - node_cpu_seconds_total
         - node_filesystem_free_bytes
         - node_filesystem_size_bytes
-- 
GitLab