More slight enhancements to nodepool graph
Fix up the yaxes for the new syntax Don't scale the yaxis but just graph it in ms Remove the non-working job tracker Change-Id: I085302a8686fefd811f23d131b69d255dbe9ebf1
This commit is contained in:
@@ -109,36 +109,27 @@ dashboard:
|
|||||||
type: graph
|
type: graph
|
||||||
span: 4
|
span: 4
|
||||||
nullPointMode: null as zero
|
nullPointMode: null as zero
|
||||||
leftYAxisLabel: "events / min"
|
yaxes:
|
||||||
|
- label: "events / min"
|
||||||
|
- show: false
|
||||||
targets:
|
targets:
|
||||||
- target: aliasByNode(summarize(stats_counts.nodepool.launch.provider.*.ready, '1m'), 4)
|
- target: aliasByNode(summarize(stats_counts.nodepool.launch.provider.*.ready, '1m'), 4)
|
||||||
- title: Error Node Launch Attempts
|
- title: Error Node Launch Attempts
|
||||||
type: graph
|
type: graph
|
||||||
span: 4
|
span: 4
|
||||||
nullPointMode: null as zero
|
nullPointMode: null as zero
|
||||||
leftYAxisLabel: "events / min"
|
yaxes:
|
||||||
|
- label: "events / min"
|
||||||
|
- show: false
|
||||||
targets:
|
targets:
|
||||||
- target: aliasByNode(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.*.error.*), '1m'), 4)
|
- target: aliasByNode(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.*.error.*), '1m'), 4)
|
||||||
- title: Time to Ready
|
- title: Time to Ready
|
||||||
type: graph
|
type: graph
|
||||||
nullPointMode: "connected"
|
nullPointMode: "connected"
|
||||||
span: 4
|
span: 4
|
||||||
leftYAxisLabel: "time"
|
yaxes:
|
||||||
y_formats:
|
- label: "time"
|
||||||
- s
|
format: ms
|
||||||
- none
|
- show: false
|
||||||
targets:
|
targets:
|
||||||
- target: aliasByNode(scale(stats.timers.nodepool.launch.provider.*.ready.mean, '0.001'), 5)
|
- target: aliasByNode(stats.timers.nodepool.launch.provider.*.ready.mean, 5)
|
||||||
- title: Job Runtimes
|
|
||||||
showTitle: true
|
|
||||||
height: 250px
|
|
||||||
panels:
|
|
||||||
- title: gate-tempest-dsvm-neutron-full
|
|
||||||
type: graph
|
|
||||||
span: 6
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(averageSeries(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.master.ubuntu-xenial.runtime.mean), '0.001'), 'Average')
|
|
||||||
|
Reference in New Issue
Block a user