From 642d0e6a64863a3096cd7434fbc78b3ef86ea39a Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 8 Aug 2016 18:07:19 -0400 Subject: [PATCH] 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 --- grafana/nodepool.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/grafana/nodepool.yaml b/grafana/nodepool.yaml index a0affa5b78..e3675e4255 100644 --- a/grafana/nodepool.yaml +++ b/grafana/nodepool.yaml @@ -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