From 93a2afccb62646aebc087b0f60454ddb8ad08ac8 Mon Sep 17 00:00:00 2001 From: Nate Johnston Date: Tue, 17 Jul 2018 12:08:50 -0400 Subject: [PATCH] Change neutron CI dashboard to a week view The Neutron CI team, the primary customer for the Neutron Failure Rate dashboard [1] meets once a week to review CI status. It would be useful if we did not need to change the Grafana view to a one-week view each time, so a "time" stanza is added in accordance with the grafyaml documentation [2]. [1] http://grafana.openstack.org/dashboard/db/neutron-failure-rate [2] https://docs.openstack.org/infra/grafyaml/ Change-Id: I20853dc71cbcc280e7039a1404d17c81ec172c5a --- grafana/neutron.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index 9c0b4c8158..779997a66a 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.yaml @@ -1,5 +1,8 @@ dashboard: title: Neutron Failure Rate + time: + from: "now-7d" + to: "now" rows: - title: Description height: 100px