From 0c142211445bfbc8ccba14992a81f05fa7c11adb Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 1 Apr 2020 11:09:30 -0600 Subject: [PATCH] dashboards: Fix slow/inaccurate OSD down counter Resolves: rhbz#1652233 Signed-off-by: Zack Cerza --- dashboards/mgr-prometheus/ceph-backend-storage.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboards/mgr-prometheus/ceph-backend-storage.json b/dashboards/mgr-prometheus/ceph-backend-storage.json index 80ad721..c7c0b30 100644 --- a/dashboards/mgr-prometheus/ceph-backend-storage.json +++ b/dashboards/mgr-prometheus/ceph-backend-storage.json @@ -136,6 +136,7 @@ { "expr": "count(ceph_osd_up < 0.5)", "format": "time_series", + "instant": true, "intervalFactor": 2, "refId": "A", "step": 60 @@ -152,7 +153,7 @@ "value": "null" } ], - "valueName": "avg" + "valueName": "current" }, { "columns": [ -- 2.47.3