From: Paul Cuzner Date: Fri, 13 Jul 2018 00:24:35 +0000 (+1200) Subject: Fix units used on throughput charts X-Git-Tag: v2.0~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3f33a347e5ee1299ac75cbd3950d9be5f2148ce6;p=cephmetrics.git Fix units used on throughput charts Applies the same change to the prometheus based dashboards as commit 239afda4debc80544112fe98d31af3f692678f57 did for the graphite based dashboards Signed-off-by: Paul Cuzner --- diff --git a/dashboards/mgr-prometheus/ceph-pools.json b/dashboards/mgr-prometheus/ceph-pools.json index ccc4918..4f3473b 100644 --- a/dashboards/mgr-prometheus/ceph-pools.json +++ b/dashboards/mgr-prometheus/ceph-pools.json @@ -503,7 +503,7 @@ "pattern": "Value", "thresholds": [], "type": "number", - "unit": "bytes" + "unit": "decbytes" } ], "targets": [ @@ -825,7 +825,7 @@ }, "yaxes": [ { - "format": "bytes", + "format": "decbytes", "label": "", "logBase": 1, "max": null,