From 01e2caf95e6661e17aceacab466eceaa657786e8 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Tue, 17 May 2022 18:19:14 +0200 Subject: [PATCH] templates/dashboards: Set default timerange to 28 days All our SLOs apply to a 28d period. The default state of the board should reflect that. --- ...afana-dashboard-image-builder-composer-general.configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dashboards/grafana-dashboard-image-builder-composer-general.configmap.yml b/templates/dashboards/grafana-dashboard-image-builder-composer-general.configmap.yml index a3442e5af..9475c8847 100644 --- a/templates/dashboards/grafana-dashboard-image-builder-composer-general.configmap.yml +++ b/templates/dashboards/grafana-dashboard-image-builder-composer-general.configmap.yml @@ -1232,7 +1232,7 @@ data: ] }, "time": { - "from": "now-7d", + "from": "now-28d", "to": "now" }, "timepicker": {