From 8d30fddd7d266bb04e2cfedb9f39b859860323a6 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 21:28:14 -0300 Subject: [PATCH] monitoring(overview): wrap ups and climate stats for narrow panels --- scripts/dashboards_render_atlas.py | 8 ++++---- services/monitoring/dashboards/atlas-overview.json | 4 ++-- services/monitoring/dashboards/atlas-power.json | 4 ++-- services/monitoring/grafana-dashboard-overview.yaml | 4 ++-- services/monitoring/grafana-dashboard-power.yaml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index c6c89ae8..747c8dc8 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1485,7 +1485,7 @@ def build_overview(): links=link_to("atlas-power"), description="Per-UPS live snapshot: draw, discharge runtime, and status.", orientation="vertical", - wide_layout=True, + wide_layout=False, ) ) panels.append( @@ -1525,7 +1525,7 @@ def build_overview(): links=link_to("atlas-power"), description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", orientation="vertical", - wide_layout=True, + wide_layout=False, ) ) panels.append( @@ -3554,7 +3554,7 @@ def build_power_dashboard(): {"matcher": {"id": "byRegexp", "options": ".*Status$"}, "properties": [{"id": "mappings", "value": status_mapping}]}, ], orientation="vertical", - wide_layout=True, + wide_layout=False, description=( "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." ), @@ -3595,7 +3595,7 @@ def build_power_dashboard(): {"matcher": {"id": "byName", "options": "Pressure"}, "properties": [{"id": "unit", "value": "suffix:kPa"}]}, ], orientation="vertical", - wide_layout=True, + wide_layout=False, description="Current tent values: Temp °C, Temp °F, Humidity, Pressure.", ) ) diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 54fa28df..d7994b27 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1181,7 +1181,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "links": [ { @@ -1357,7 +1357,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "links": [ { diff --git a/services/monitoring/dashboards/atlas-power.json b/services/monitoring/dashboards/atlas-power.json index 27ef3288..bf3a0bc0 100644 --- a/services/monitoring/dashboards/atlas-power.json +++ b/services/monitoring/dashboards/atlas-power.json @@ -115,7 +115,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." }, @@ -278,7 +278,7 @@ }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." }, diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index e8c17932..d1608b71 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1190,7 +1190,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "links": [ { @@ -1366,7 +1366,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "links": [ { diff --git a/services/monitoring/grafana-dashboard-power.yaml b/services/monitoring/grafana-dashboard-power.yaml index fcecd51c..191b25a8 100644 --- a/services/monitoring/grafana-dashboard-power.yaml +++ b/services/monitoring/grafana-dashboard-power.yaml @@ -124,7 +124,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "description": "Per-UPS live snapshot: draw, discharge runtime, and charging/discharging status." }, @@ -287,7 +287,7 @@ data: }, "textMode": "name_and_value", "orientation": "vertical", - "wideLayout": true + "wideLayout": false }, "description": "Current tent values: Temp \u00b0C, Temp \u00b0F, Humidity, Pressure." },