From 93edc93f393768c55af00cd3a4115482f491a481 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 9 Aug 2016 13:51:50 +0000 Subject: [PATCH] Revert "Stack nodepool images targets in grafana" Looking at grafana, this is broken. Let's revert for now. This reverts commit 642d0e6a64863a3096cd7434fbc78b3ef86ea39a. Change-Id: I411f9da8aa3b51331c7c1624a289169a63cada13 --- grafana/nodepool.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/grafana/nodepool.yaml b/grafana/nodepool.yaml index e3675e4255..a0affa5b78 100644 --- a/grafana/nodepool.yaml +++ b/grafana/nodepool.yaml @@ -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