summaryrefslogtreecommitdiff
path: root/monitoring
diff options
context:
space:
mode:
authorPaul Cuzner <pcuzner@redhat.com>2018-10-01 16:45:15 +1300
committerPaul Cuzner <pcuzner@redhat.com>2018-10-09 08:23:39 +1300
commit2c346efd12e0f3a8b902d3c1c8f3b13c59eb355f (patch)
tree71178cc86bb0ca8e81e39015d57b922678b8fad9 /monitoring
parentb84f0ce45f7b6be613ffda62af003a3c98e0fcf3 (diff)
downloadceph-2c346efd12e0f3a8b902d3c1c8f3b13c59eb355f.tar.gz
Fix linewidth issue in pools overview dashboard
Linewidth was set to two, but the idea is that a linewidth of >1 is reserved for eye-catcher plot lines like maximums Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Diffstat (limited to 'monitoring')
-rw-r--r--monitoring/grafana/dashboards/pool-overview.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitoring/grafana/dashboards/pool-overview.json b/monitoring/grafana/dashboards/pool-overview.json
index 099bb731b87..f0e2b734305 100644
--- a/monitoring/grafana/dashboards/pool-overview.json
+++ b/monitoring/grafana/dashboards/pool-overview.json
@@ -77,7 +77,7 @@
"values": false
},
"lines": true,
- "linewidth": 2,
+ "linewidth": 1,
"links": [],
"minSpan": 12,
"nullPointMode": "null",
@@ -159,7 +159,7 @@
"values": false
},
"lines": true,
- "linewidth": 2,
+ "linewidth": 1,
"links": [],
"minSpan": 12,
"nullPointMode": "null",