Stack nodepool images targets in grafana

By stacking the targets in our panels, it will be easier to see the
precentage of nodes online.

Change-Id: I5f2c24362b39899b5689ed2adfacd361bcac4094
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-08 18:07:19 -04:00
parent cb80e31ac7
commit 642d0e6a64
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 4 additions and 0 deletions

View File

@ -80,21 +80,25 @@ dashboard:
panels:
- title: Building Nodes
span: 3
stack: true
targets:
- target: aliasByNode(stats.gauges.nodepool.label.*.nodes.building, 4)
type: graph
- title: Ready Nodes
span: 3
stack: true
targets:
- target: aliasByNode(stats.gauges.nodepool.label.*.nodes.ready, 4)
type: graph
- title: Used Nodes
span: 3
stack: true
targets:
- target: aliasByNode(stats.gauges.nodepool.label.*.nodes.used, 4)
type: graph
- title: Deleting Nodes
span: 3
stack: true
targets:
- target: aliasByNode(stats.gauges.nodepool.label.*.nodes.delete, 4)
type: graph