From b93636ecb9b7bed891b6c47fa6b9029b1ab509db Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 2 Dec 2025 15:12:16 -0300 Subject: [PATCH] monitoring: shrink hottest node row height --- scripts/dashboards_render_atlas.py | 2 +- services/monitoring/dashboards/atlas-overview.json | 8 ++++---- services/monitoring/grafana-dashboard-overview.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 78e759f..dd96c35 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -686,7 +686,7 @@ def build_overview(): panel_id, title, f"{expr}", - {"h": 5, "w": 6, "x": 6 * idx, "y": 5}, + {"h": 3, "w": 6, "x": 6 * idx, "y": 5}, unit=unit, thresholds=PERCENT_THRESHOLDS if unit == "percent" else None, text_mode="name_and_value", diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 8439407..93a7745 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -355,7 +355,7 @@ "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 0, "y": 5 @@ -428,7 +428,7 @@ "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 6, "y": 5 @@ -501,7 +501,7 @@ "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 12, "y": 5 @@ -570,7 +570,7 @@ "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 18, "y": 5 diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index 4fcab70..363e481 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -364,7 +364,7 @@ data: "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 0, "y": 5 @@ -437,7 +437,7 @@ data: "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 6, "y": 5 @@ -510,7 +510,7 @@ data: "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 12, "y": 5 @@ -579,7 +579,7 @@ data: "uid": "atlas-vm" }, "gridPos": { - "h": 5, + "h": 3, "w": 6, "x": 18, "y": 5