Merge "Add labels panel to nodepool dashboard"

This commit is contained in:
Jenkins 2016-08-06 15:44:54 +00:00 committed by Gerrit Code Review
commit 5ad43743f9
1 changed files with 24 additions and 0 deletions

View File

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