Update nodepool graph to new metrics path

Change-Id: I0ebb3b17c34ca3ef7f645f303fd88bed315a66fe
This commit is contained in:
James E. Blair 2015-11-19 17:03:28 -08:00
parent cc989fe551
commit a0dbad04f8
1 changed files with 4 additions and 4 deletions

View File

@ -69,10 +69,10 @@ dashboard:
span: 4
stack: true
targets:
- target: alias(stats.gauges.nodepool.target.building, 'Building')
- target: alias(stats.gauges.nodepool.target.ready, 'Available')
- target: alias(stats.gauges.nodepool.target.used, 'In Use')
- target: alias(stats.gauges.nodepool.target.delete, 'Deleting')
- target: alias(stats.gauges.nodepool.nodes.building, 'Building')
- target: alias(stats.gauges.nodepool.nodes.ready, 'Available')
- target: alias(stats.gauges.nodepool.nodes.used, 'In Use')
- target: alias(stats.gauges.nodepool.nodes.delete, 'Deleting')
type: graph
- title: Zuul Jobs Launched (per Hour)
span: 4