diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 5d7ce410..0cf7f466 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1577,9 +1577,9 @@ def build_overview(): "pointSize": 4, "spanNulls": True, } - test_success["timeFrom"] = "30d" + test_success["timeFrom"] = "7d" test_success["description"] = ( - "Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored." + "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored." ) panels.append(test_success) panels.append( diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 88ef93e6..72dedcf4 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1946,8 +1946,8 @@ "targetBlank": true } ], - "timeFrom": "30d", - "description": "Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored." + "timeFrom": "7d", + "description": "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored." }, { "id": 47, diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index d6395298..a72b37f8 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1955,8 +1955,8 @@ data: "targetBlank": true } ], - "timeFrom": "30d", - "description": "Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored." + "timeFrom": "7d", + "description": "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored." }, { "id": 47,