Grafana: Fix node launch error graphs
There is no .error metric, but rather, errors are broken out by cause. For this graph, simply display their sum. Change-Id: Iae19e4e78098f3373c3195ff3ec52a11c5e92a3b
This commit is contained in:
parent
2207224179
commit
c5dc3cacad
@ -67,7 +67,7 @@ dashboard:
|
||||
type: graph
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(summarize(stats_counts.nodepool.launch.provider.bluebox-sjc1.error, '1h'), 'SJC1')
|
||||
- target: alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.bluebox-sjc1.error.*), '1h'), 'SJC1')
|
||||
- title: Time to Ready
|
||||
type: graph
|
||||
span: 4
|
||||
|
@ -42,7 +42,7 @@ dashboard:
|
||||
type: graph
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(summarize(stats_counts.nodepool.launch.provider.internap-nyj01.error, '1h'), 'NYJ01')
|
||||
- target: alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.internap-nyj01.error.*), '1h'), 'NYJ01')
|
||||
- title: Time to Ready
|
||||
type: graph
|
||||
span: 4
|
||||
|
@ -46,8 +46,8 @@ dashboard:
|
||||
type: graph
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(summarize(stats_counts.nodepool.launch.provider.ovh-bhs1.error, '1h'), 'BHS1')
|
||||
- target: alias(summarize(stats_counts.nodepool.launch.provider.ovh-gra1.error, '1h'), 'GRA1')
|
||||
- target: alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.ovh-bhs1.error.*), '1h'), 'BHS1')
|
||||
- target: alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.ovh-gra1.error.*), '1h'), 'GRA1')
|
||||
- title: Time to Ready
|
||||
type: graph
|
||||
span: 4
|
||||
|
@ -50,9 +50,9 @@ dashboard:
|
||||
type: graph
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(summarize(stats_counts.nodepool.launch.provider.rax-dfw.error, '1h'), 'DFW')
|
||||
- target: alias(summarize(stats_counts.nodepool.launch.provider.rax-iad.error, '1h'), 'IAD')
|
||||
- target: alias(summarize(stats_counts.nodepool.launch.provider.rax-ord.error, '1h'), 'ORD')
|
||||
- target: alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.rax-dfw.error.*), '1h'), 'DFW')
|
||||
- target: alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.rax-iad.error.*), '1h'), 'IAD')
|
||||
- target: alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.rax-ord.error.*), '1h'), 'ORD')
|
||||
- title: Time to Ready
|
||||
type: graph
|
||||
span: 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user