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": [ {