Skip to content

Commit

Permalink
Merge pull request #252 from ceph/bz1652233
Browse files Browse the repository at this point in the history
dashboards: Fix slow/inaccurate OSD down counter

Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Reviewed-by: David Galloway <dgallowa@redhat.com>
Reviewed-by: Boris Ranto <branto@redhat.com
  • Loading branch information
b-ranto authored Apr 1, 2020
2 parents 0539559 + 0c14221 commit 4be167c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboards/mgr-prometheus/ceph-backend-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
{
"expr": "count(ceph_osd_up < 0.5)",
"format": "time_series",
"instant": true,
"intervalFactor": 2,
"refId": "A",
"step": 60
Expand All @@ -152,7 +153,7 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "current"
},
{
"columns": [
Expand Down

0 comments on commit 4be167c

Please sign in to comment.