From 4ef5051c113bfc838202f0a418f8955f37e02e74 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 9 Aug 2017 21:07:15 -0400 Subject: [PATCH] Fix Grafana graphs for VEXXHOST Because the revert was from almost a year ago, the graph data is incorrect. This patch brings it in sync with the other graphs. Change-Id: I967fa0747867ef7613b15e320826a1a2b604218f --- grafana/nodepool-vexxhost.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/grafana/nodepool-vexxhost.yaml b/grafana/nodepool-vexxhost.yaml index 90a40bc88a..9f25f2c85d 100644 --- a/grafana/nodepool-vexxhost.yaml +++ b/grafana/nodepool-vexxhost.yaml @@ -137,15 +137,6 @@ dashboard: showTitle: true height: 250px panels: - - title: gate-tempest-dsvm-full - type: graph - span: 6 - leftYAxisLabel: "time" - y_formats: - - s - - none - targets: - - target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-full.master.ubuntu-trusty.vexxhost-ca-ymq-1.runtime.mean, '0.001'), 'YMQ') - title: gate-tempest-dsvm-neutron-full type: graph span: 6 @@ -154,4 +145,4 @@ dashboard: - s - none targets: - - target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full.master.ubuntu-trusty.vexxhost-ca-ymq-1.runtime.mean, '0.001'), 'YMQ') + - target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.master.ubuntu-xenial.vexxhost-ca-ymq-1.runtime.mean, '0.001'), 'YMQ')