From d847a731fb404be882da85dbe7e0451f1ca6e02b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 13 Apr 2026 11:43:06 -0300 Subject: [PATCH] monitoring: increase ups current stat font size --- scripts/dashboards_render_atlas.py | 4 ++++ services/monitoring/dashboards/atlas-overview.json | 12 ++++++++++-- services/monitoring/grafana-dashboard-overview.yaml | 12 ++++++++++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 06ce254a..346d9bd2 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1854,6 +1854,8 @@ def build_overview(): text_mode="name_and_value", legend="{{metric}}", instant=True, + title_size=14, + value_size=30, field_overrides=[ {"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]}, {"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]}, @@ -1876,6 +1878,8 @@ def build_overview(): text_mode="name_and_value", legend="{{metric}}", instant=True, + title_size=14, + value_size=30, field_overrides=[ {"matcher": {"id": "byName", "options": "Draw"}, "properties": [{"id": "unit", "value": "watt"}]}, {"matcher": {"id": "byName", "options": "Runtime"}, "properties": [{"id": "unit", "value": "s"}]}, diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 24e46955..bc317f01 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1154,7 +1154,11 @@ "fields": "", "values": false }, - "textMode": "name_and_value" + "textMode": "name_and_value", + "text": { + "titleSize": 14, + "valueSize": 30 + } }, "links": [ { @@ -1248,7 +1252,11 @@ "fields": "", "values": false }, - "textMode": "name_and_value" + "textMode": "name_and_value", + "text": { + "titleSize": 14, + "valueSize": 30 + } }, "links": [ { diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index 946bbea2..cabcf01d 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1163,7 +1163,11 @@ data: "fields": "", "values": false }, - "textMode": "name_and_value" + "textMode": "name_and_value", + "text": { + "titleSize": 14, + "valueSize": 30 + } }, "links": [ { @@ -1257,7 +1261,11 @@ data: "fields": "", "values": false }, - "textMode": "name_and_value" + "textMode": "name_and_value", + "text": { + "titleSize": 14, + "valueSize": 30 + } }, "links": [ {