]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Fix linewidth issue in pools overview dashboard
authorPaul Cuzner <pcuzner@redhat.com>
Mon, 1 Oct 2018 03:45:15 +0000 (16:45 +1300)
committerPaul Cuzner <pcuzner@redhat.com>
Mon, 8 Oct 2018 19:23:39 +0000 (08:23 +1300)
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>
monitoring/grafana/dashboards/pool-overview.json

index 099bb731b870d73881ae0d12dcc1d60df7fade20..f0e2b734305341db99024581fecf35f1d59518f6 100644 (file)
@@ -77,7 +77,7 @@
         "values": false
       },
       "lines": true,
-      "linewidth": 2,
+      "linewidth": 1,
       "links": [],
       "minSpan": 12,
       "nullPointMode": "null",
         "values": false
       },
       "lines": true,
-      "linewidth": 2,
+      "linewidth": 1,
       "links": [],
       "minSpan": 12,
       "nullPointMode": "null",