From 3f33a347e5ee1299ac75cbd3950d9be5f2148ce6 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Fri, 13 Jul 2018 12:24:35 +1200 Subject: [PATCH] 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 --- dashboards/mgr-prometheus/ceph-pools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.3