Add FIP graphs to OSIC grafyaml

This was missed when adding in the initial set of graphs.

Change-Id: I8792ea406796e0a37451f88d6550d74090f03f41
This commit is contained in:
Clark Boylan 2016-03-05 18:50:35 -08:00
parent feb11530b5
commit 5636a7058f

View File

@ -81,6 +81,51 @@ dashboard:
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ListServersTask.mean, '0.001'), 'Cloud 1')
- title: Create Floating IP
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.CreateFloatingIPTask.mean, '0.001'), 'Cloud 1')
- title: Get Floating IP
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.GetFloatingIPTask.mean, '0.001'), 'Cloud 1')
- title: Add Floating IP
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.AddFloatingIPTask.mean, '0.001'), 'Cloud 1')
- title: Delete Floating IP
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.DeleteFloatingIPTask.mean, '0.001'), 'Cloud 1')
- title: List Floating IPs
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ListFloatingIPsTask.mean, '0.001'), 'Cloud 1')
- title: Node Launches
showTitle: true
height: 250px