Revert "Stack nodepool images targets in grafana"

Looking at grafana, this is broken. Let's revert for now.

This reverts commit 642d0e6a64.

Change-Id: I411f9da8aa3b51331c7c1624a289169a63cada13
This commit is contained in:
Andreas Jaeger 2016-08-09 13:51:50 +00:00
parent 642d0e6a64
commit 93edc93f39
1 changed files with 0 additions and 4 deletions

View File

@ -80,25 +80,21 @@ 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