Use aliasByNode for Node Launches panel

Use the providers name in the legend, not 'Count'.

Change-Id: I4e49934d6579dd4043004df11f0968bb8ed72ed1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-23 11:49:30 -04:00
parent bb0b7a182c
commit 4ea3e2e004
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 3 additions and 3 deletions

View File

@ -117,14 +117,14 @@ dashboard:
nullPointMode: null as zero
leftYAxisLabel: "events / min"
targets:
- target: alias(smartSummarize(stats_counts.nodepool.launch.provider.*.ready, '1m'), 'Count')
- target: aliasByNode(smartSummarize(stats_counts.nodepool.launch.provider.*.ready, '1m'), 4)
- 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')
- target: aliasByNode(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.*.error.*), '1m'), 4)
- title: Time to Ready
type: graph
span: 4
@ -133,7 +133,7 @@ dashboard:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.launch.provider.*.ready.mean, '0.001'), 'Count')
- target: aliasByNode(scale(stats.timers.nodepool.launch.provider.*.ready.mean, '0.001'), 4)
- title: Job Runtimes
showTitle: true
height: 250px