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
This commit is contained in:
Mohammed Naser 2017-08-09 21:07:15 -04:00
parent b193c08bbf
commit 4ef5051c11
No known key found for this signature in database
GPG Key ID: 481CBC90384AEC42
1 changed files with 1 additions and 10 deletions

View File

@ -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')