From 6d920cff9ec8699327276ae094eef05783a09ae0 Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Tue, 23 Aug 2016 14:42:49 +0200 Subject: [PATCH] Fix Swap I/O panel in Grafana System dashboard Change-Id: I238839de98aa511ff0c416efba115b05998f8d3a Partial-Bug: 1614574 --- .../templates/grafana_dashboards/System.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/System.json b/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/System.json index 478504a5..6878b1e8 100644 --- a/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/System.json +++ b/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/System.json @@ -3598,7 +3598,7 @@ ], "timeFrom": null, "timeShift": null, - "title": "Swap page operations", + "title": "Swap I/O", "tooltip": { "msResolution": false, "shared": true, @@ -3611,7 +3611,7 @@ "yaxes": [ { "format": "Bps", - "label": "per second", + "label": "", "logBase": 1, "max": null, "min": 0, @@ -3622,7 +3622,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] } @@ -3748,4 +3748,4 @@ "timezone": "browser", "title": "System", "version": 3 -} +} \ No newline at end of file