Add Node Launches to nodepool dashboard

This is a useful stat we display on each cloud, add it to nodepool
dashboard so we can see it across all clouds.

Change-Id: I32b4861ee963f1a10adf53a542457fcfd1983326
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-22 10:57:53 -04:00
parent e713077224
commit 5de74904ba
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 27 additions and 0 deletions

View File

@ -107,6 +107,33 @@ dashboard:
targets:
- target: aliasByNode(stats.gauges.nodepool.label.*.nodes.delete, 4)
type: graph
- title: Node Launches
showTitle: true
height: 250px
panels:
- title: Ready Node Launch Attempts
type: graph
span: 4
nullPointMode: null as zero
leftYAxisLabel: "events / min"
targets:
- target: alias(smartSummarize(stats_counts.nodepool.launch.provider.*.ready, '1m'), 'Count')
- title: Error Node Launch Attempts
type: graph
span: 4
nullPointMode: null as zero
leftYAxisLabel: "events / min"
targets:
- target: alias(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.*.error.*), '1m'), 'Count')
- title: Time to Ready
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.launch.provider.*.ready.mean, '0.001'), 'Count')
- title: Job Runtimes
showTitle: true
height: 250px