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:
James E. Blair 2016-01-06 16:24:30 -08:00
parent 2207224179
commit c5dc3cacad
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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