From a05a6a0e88e9a19737a3d3b8220af2e22cb9a807 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 13 Apr 2026 13:51:03 -0300 Subject: [PATCH] monitoring(overview): increase jenkins success/failure row legibility --- scripts/dashboards_render_atlas.py | 12 ++++++------ services/monitoring/dashboards/atlas-overview.json | 12 ++++++------ services/monitoring/grafana-dashboard-overview.yaml | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index dc4bd17c..78b523e6 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -2188,9 +2188,9 @@ def build_overview(): unit="h", decimals=1, sort_order="asc", - limit=8, - title_size=10, - value_size=10, + limit=6, + title_size=11, + value_size=11, links=link_to("atlas-jobs"), description="Age since each job's most recent successful run; newest runs appear first.", ) @@ -2204,9 +2204,9 @@ def build_overview(): unit="h", decimals=1, sort_order="asc", - limit=8, - title_size=10, - value_size=10, + limit=6, + title_size=11, + value_size=11, links=link_to("atlas-jobs"), description="Age since each job's most recent failed run; newest failures appear first.", ) diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 3f2bd9ed..092fbf43 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -2412,8 +2412,8 @@ }, "textMode": "name_and_value", "text": { - "titleSize": 10, - "valueSize": 10 + "titleSize": 11, + "valueSize": 11 } }, "transformations": [ @@ -2429,7 +2429,7 @@ { "id": "limit", "options": { - "limit": 8 + "limit": 6 } } ], @@ -2573,8 +2573,8 @@ }, "textMode": "name_and_value", "text": { - "titleSize": 10, - "valueSize": 10 + "titleSize": 11, + "valueSize": 11 } }, "transformations": [ @@ -2590,7 +2590,7 @@ { "id": "limit", "options": { - "limit": 8 + "limit": 6 } } ], diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index 4831b644..4e9b7f79 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -2421,8 +2421,8 @@ data: }, "textMode": "name_and_value", "text": { - "titleSize": 10, - "valueSize": 10 + "titleSize": 11, + "valueSize": 11 } }, "transformations": [ @@ -2438,7 +2438,7 @@ data: { "id": "limit", "options": { - "limit": 8 + "limit": 6 } } ], @@ -2582,8 +2582,8 @@ data: }, "textMode": "name_and_value", "text": { - "titleSize": 10, - "valueSize": 10 + "titleSize": 11, + "valueSize": 11 } }, "transformations": [ @@ -2599,7 +2599,7 @@ data: { "id": "limit", "options": { - "limit": 8 + "limit": 6 } } ],