Grafana: Add max server line to node graph

OVH for now, the rest if this checks out.

Change-Id: I45635f9d414357533ba0063b3067bb781f7d7985
Depends-On: I22743f566b32aaa5527237dd023551a8f3a3dbc4
This commit is contained in:
James E. Blair 2016-01-08 14:36:26 -08:00
parent 844020eacd
commit f371d051be
1 changed files with 8 additions and 0 deletions

View File

@ -126,6 +126,10 @@ dashboard:
- target: alias(stats.gauges.nodepool.provider.ovh-bhs1.nodes.ready, 'Available')
- target: alias(stats.gauges.nodepool.provider.ovh-bhs1.nodes.used, 'In Use')
- target: alias(stats.gauges.nodepool.provider.ovh-bhs1.nodes.delete, 'Deleting')
- target: alias(stats.gauges.nodepool.provider.ovh-bhs1.max_servers, 'Max')
seriesOverrides:
- alias: Max
stack: False
- title: Test Nodes (GRA1)
type: graph
span: 4
@ -138,6 +142,10 @@ dashboard:
- target: alias(stats.gauges.nodepool.provider.ovh-gra1.nodes.ready, 'Available')
- target: alias(stats.gauges.nodepool.provider.ovh-gra1.nodes.used, 'In Use')
- target: alias(stats.gauges.nodepool.provider.ovh-gra1.nodes.delete, 'Deleting')
- target: alias(stats.gauges.nodepool.provider.ovh-gra1.max_servers, 'Max')
seriesOverrides:
- alias: Max
stack: False
- title: Job Runtimes
showTitle: true
height: 250px