diff --git a/grafana/nodepool-osic.yaml b/grafana/nodepool-osic.yaml index b6d4ec157e..e62d3ff909 100644 --- a/grafana/nodepool-osic.yaml +++ b/grafana/nodepool-osic.yaml @@ -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