Add stats for zuul launchers

Eventually this will replace our jenkin masters panel.

Change-Id: I556546f3ac3a6521b8824c208ed51f7519caf700
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-06 15:57:02 -04:00
parent 760861be62
commit 33aa88a478
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 24 additions and 0 deletions

View File

@ -74,6 +74,30 @@ dashboard:
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.delete, 4)
type: graph
- title: Zuul Launchers
showTitle: true
height: 320px
panels:
- title: Building Nodes
span: 4
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.building, 4)
type: graph
- title: Ready Nodes
span: 4
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.ready, 4)
type: graph
- title: Used Nodes
span: 4
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.used, 4)
type: graph
- title: Deleting Nodes
span: 4
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.delete, 4)
type: graph
- title: Job Runtimes
showTitle: true
height: 250px