project-config/grafana/nodepool.yaml
Mathieu Gagné 641a5697fa grafana: Add job average runtimes to Nodepool dashboard
Change-Id: Id3d2946797071cdb6c2e9430b2d62a6081561e16
2016-01-18 18:33:43 +00:00

59 lines
2.0 KiB
YAML

dashboard:
title: Nodepool
rows:
- title: Description
height: 100px
panels:
- title: Description
content: |
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/nodepool.yaml).
type: text
- title: Jenkins Masters
showTitle: true
height: 320px
panels:
- title: Building Nodes
span: 4
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.building, 4)
type: graph
- title: Ready Nodes
span: 4
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.ready, 4)
type: graph
- title: Used Nodes
span: 4
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.used, 4)
type: graph
- title: Deleting Nodes
span: 4
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')