From 1cfc4ffbb0999c55d6aab7260105d6612ccbac21 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 2 Jun 2016 19:39:55 -0400 Subject: [PATCH] Remove FIPs graphing from OSIC Since OSIC removed the need for FIPs, we can also remove the data from grafana.o.o. Change-Id: I18a8f02385a8d24c5217303e7a81482c6497e2e0 Signed-off-by: Paul Belanger --- grafana/nodepool-osic.yaml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/grafana/nodepool-osic.yaml b/grafana/nodepool-osic.yaml index 67359177df..8572689221 100644 --- a/grafana/nodepool-osic.yaml +++ b/grafana/nodepool-osic.yaml @@ -90,42 +90,6 @@ dashboard: - none targets: - target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ServerList.mean, '0.001'), 'Cloud 1') - - title: List Ports - type: graph - span: 4 - leftYAxisLabel: "time" - y_formats: - - s - - none - targets: - - target: alias(scale(stats.timers.nodepool.task.osic-cloud1.PortList.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.NeutronFloatingIPCreate.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.NeutronFloatingIPDelete.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.NeutronFloatingIPList.mean, '0.001'), 'Cloud 1') - title: Node Launches showTitle: true height: 250px