Fix copy pasta typos in OSIC grafana graphs
The OSIC grafyaml file was copied from vexxhost and the region name carried over inappropriately. Fix that and refer to OSIC Cloud 1 instead. Change-Id: Ib41bdb1e8d8b606a1ce0c2d9626a3b7b36c6bc6a
This commit is contained in:
parent
6f7da56c9f
commit
feb11530b5
@ -62,7 +62,7 @@ dashboard:
|
|||||||
- s
|
- s
|
||||||
- none
|
- none
|
||||||
targets:
|
targets:
|
||||||
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.CreateServerTask.mean, '0.001'), 'YMQ')
|
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.CreateServerTask.mean, '0.001'), 'Cloud 1')
|
||||||
- title: Delete Server
|
- title: Delete Server
|
||||||
type: graph
|
type: graph
|
||||||
span: 4
|
span: 4
|
||||||
@ -71,7 +71,7 @@ dashboard:
|
|||||||
- s
|
- s
|
||||||
- none
|
- none
|
||||||
targets:
|
targets:
|
||||||
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.DeleteServerTask.mean, '0.001'), 'YMQ')
|
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.DeleteServerTask.mean, '0.001'), 'Cloud 1')
|
||||||
- title: List Servers
|
- title: List Servers
|
||||||
type: graph
|
type: graph
|
||||||
span: 4
|
span: 4
|
||||||
@ -80,7 +80,7 @@ dashboard:
|
|||||||
- s
|
- s
|
||||||
- none
|
- none
|
||||||
targets:
|
targets:
|
||||||
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ListServersTask.mean, '0.001'), 'YMQ')
|
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ListServersTask.mean, '0.001'), 'Cloud 1')
|
||||||
- title: Node Launches
|
- title: Node Launches
|
||||||
showTitle: true
|
showTitle: true
|
||||||
height: 250px
|
height: 250px
|
||||||
@ -91,14 +91,14 @@ dashboard:
|
|||||||
nullPointMode: null as zero
|
nullPointMode: null as zero
|
||||||
leftYAxisLabel: "events / min"
|
leftYAxisLabel: "events / min"
|
||||||
targets:
|
targets:
|
||||||
- target: alias(smartSummarize(stats_counts.nodepool.launch.provider.osic-cloud1.ready, '1m'), 'YMQ')
|
- target: alias(smartSummarize(stats_counts.nodepool.launch.provider.osic-cloud1.ready, '1m'), 'Cloud 1')
|
||||||
- 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"
|
leftYAxisLabel: "events / min"
|
||||||
targets:
|
targets:
|
||||||
- target: alias(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.osic-cloud1.error.*), '1m'), 'YMQ')
|
- target: alias(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.osic-cloud1.error.*), '1m'), 'Cloud 1')
|
||||||
- title: Time to Ready
|
- title: Time to Ready
|
||||||
type: graph
|
type: graph
|
||||||
span: 4
|
span: 4
|
||||||
@ -107,8 +107,8 @@ dashboard:
|
|||||||
- s
|
- s
|
||||||
- none
|
- none
|
||||||
targets:
|
targets:
|
||||||
- target: alias(scale(stats.timers.nodepool.launch.provider.osic-cloud1.ready.mean, '0.001'), 'YMQ')
|
- target: alias(scale(stats.timers.nodepool.launch.provider.osic-cloud1.ready.mean, '0.001'), 'Cloud 1')
|
||||||
- title: Test Nodes (YMQ)
|
- title: Test Nodes (Cloud 1)
|
||||||
type: graph
|
type: graph
|
||||||
span: 4
|
span: 4
|
||||||
stack: true
|
stack: true
|
||||||
@ -136,7 +136,7 @@ dashboard:
|
|||||||
- s
|
- s
|
||||||
- none
|
- none
|
||||||
targets:
|
targets:
|
||||||
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-full.master.devstack-trusty.osic-cloud1.runtime.mean, '0.001'), 'YMQ')
|
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-full.master.devstack-trusty.osic-cloud1.runtime.mean, '0.001'), 'Cloud 1')
|
||||||
- title: gate-tempest-dsvm-neutron-full
|
- title: gate-tempest-dsvm-neutron-full
|
||||||
type: graph
|
type: graph
|
||||||
span: 6
|
span: 6
|
||||||
@ -145,4 +145,4 @@ dashboard:
|
|||||||
- s
|
- s
|
||||||
- none
|
- none
|
||||||
targets:
|
targets:
|
||||||
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full.master.devstack-trusty.osic-cloud1.runtime.mean, '0.001'), 'YMQ')
|
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full.master.devstack-trusty.osic-cloud1.runtime.mean, '0.001'), 'Cloud 1')
|
||||||
|
Loading…
Reference in New Issue
Block a user