Remove Jenkins masters from grafana dashboard

We no longer get stats from jenkins, so we can remove this panel.

Change-Id: Ic118d9d1c47d9930e1fb58cd58123d1e500dfe8e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-16 17:00:56 -04:00
parent 74e2e99035
commit d768c6be6a
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 24 deletions

View File

@ -50,30 +50,6 @@ dashboard:
- target: sumSeries(stats.gauges.nodepool.provider.*.nodes.delete)
type: singlestat
valueName: current
- title: Jenkins Masters
showTitle: true
height: 320px
panels:
- title: Building Nodes
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.building, 4)
type: graph
- title: Ready Nodes
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.ready, 4)
type: graph
- title: Used Nodes
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.used, 4)
type: graph
- title: Deleting Nodes
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.delete, 4)
type: graph
- title: Zuul Launchers
showTitle: true
height: 320px