From 56483b1222ddffff3c4df6015fab71a06ebf90d2 Mon Sep 17 00:00:00 2001 From: akrzos Date: Fri, 6 Jan 2017 15:41:20 -0500 Subject: [PATCH] Remove line stacking where it does not make sense Mainly this improves the cloud specific log dashboard displaying error messages across multiple nodes in a cloud. There was a few other graphs that stacked lines unnecessarily include as well. Change-Id: I4ec8136b532e8aa1c00dc19b0892c383f15c194d --- .../templates/baremetal_general_system_performance.json.j2 | 2 +- .../grafana-dashboards/templates/cloud_specific_log.json.j2 | 2 +- .../templates/graphite_general_system_performance.json.j2 | 2 +- .../templates/guest_general_system_performance.json.j2 | 2 +- .../templates/openstack_general_system_performance.json.j2 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/install/roles/grafana-dashboards/templates/baremetal_general_system_performance.json.j2 b/ansible/install/roles/grafana-dashboards/templates/baremetal_general_system_performance.json.j2 index bf5f5ae56..ade5cd25e 100644 --- a/ansible/install/roles/grafana-dashboards/templates/baremetal_general_system_performance.json.j2 +++ b/ansible/install/roles/grafana-dashboards/templates/baremetal_general_system_performance.json.j2 @@ -762,7 +762,7 @@ "renderer": "flot", "seriesOverrides": [], "span": 12, - "stack": true, + "stack": false, "steppedLine": false, "targets": [ { diff --git a/ansible/install/roles/grafana-dashboards/templates/cloud_specific_log.json.j2 b/ansible/install/roles/grafana-dashboards/templates/cloud_specific_log.json.j2 index 33f46a1b2..bd2663535 100644 --- a/ansible/install/roles/grafana-dashboards/templates/cloud_specific_log.json.j2 +++ b/ansible/install/roles/grafana-dashboards/templates/cloud_specific_log.json.j2 @@ -70,7 +70,7 @@ "renderer": "flot", "seriesOverrides": [], "span": 12, - "stack": true, + "stack": false, "steppedLine": false, "targets": [ { diff --git a/ansible/install/roles/grafana-dashboards/templates/graphite_general_system_performance.json.j2 b/ansible/install/roles/grafana-dashboards/templates/graphite_general_system_performance.json.j2 index b3788ec87..4cd696434 100644 --- a/ansible/install/roles/grafana-dashboards/templates/graphite_general_system_performance.json.j2 +++ b/ansible/install/roles/grafana-dashboards/templates/graphite_general_system_performance.json.j2 @@ -762,7 +762,7 @@ "renderer": "flot", "seriesOverrides": [], "span": 12, - "stack": true, + "stack": false, "steppedLine": false, "targets": [ { diff --git a/ansible/install/roles/grafana-dashboards/templates/guest_general_system_performance.json.j2 b/ansible/install/roles/grafana-dashboards/templates/guest_general_system_performance.json.j2 index 927716af8..b9d5d614c 100644 --- a/ansible/install/roles/grafana-dashboards/templates/guest_general_system_performance.json.j2 +++ b/ansible/install/roles/grafana-dashboards/templates/guest_general_system_performance.json.j2 @@ -762,7 +762,7 @@ "renderer": "flot", "seriesOverrides": [], "span": 12, - "stack": true, + "stack": false, "steppedLine": false, "targets": [ { diff --git a/ansible/install/roles/grafana-dashboards/templates/openstack_general_system_performance.json.j2 b/ansible/install/roles/grafana-dashboards/templates/openstack_general_system_performance.json.j2 index b2787bdee..df26c169e 100644 --- a/ansible/install/roles/grafana-dashboards/templates/openstack_general_system_performance.json.j2 +++ b/ansible/install/roles/grafana-dashboards/templates/openstack_general_system_performance.json.j2 @@ -774,7 +774,7 @@ "renderer": "flot", "seriesOverrides": [], "span": 12, - "stack": true, + "stack": false, "steppedLine": false, "targets": [ {