grafana: Add job average runtimes to Nodepool dashboard

Change-Id: Id3d2946797071cdb6c2e9430b2d62a6081561e16
This commit is contained in:
Mathieu Gagné 2016-01-18 13:08:02 -05:00 committed by Mathieu Gagné
parent 2ebcbe63c1
commit 641a5697fa
1 changed files with 22 additions and 0 deletions

View File

@ -34,3 +34,25 @@ dashboard:
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.delete, 4)
type: graph
- title: Job Runtimes
showTitle: true
height: 250px
panels:
- title: gate-tempest-dsvm-full
type: graph
span: 6
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(averageSeries(stats.timers.nodepool.job.gate-tempest-dsvm-full.master.devstack-trusty.runtime.mean), '0.001'), 'Average')
- title: gate-tempest-dsvm-neutron-full
type: graph
span: 6
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(averageSeries(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full.master.devstack-trusty.runtime.mean), '0.001'), 'Average')