From 652d55b988dc81b824e420ad132dc5deaa09c999 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 3 Aug 2020 17:17:39 +0300 Subject: [PATCH] Fix pool count --- ceph-cluster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-cluster.json b/ceph-cluster.json index 79b88a4..82253c5 100644 --- a/ceph-cluster.json +++ b/ceph-cluster.json @@ -283,7 +283,7 @@ "tableColumn": "", "targets": [ { - "expr": "count(ceph_pool_bytes_used{job=\"$job\"})", + "expr": "count(ceph_pool_objects{job=\"$job\"})", "format": "time_series", "interval": "$interval", "intervalFactor": 1, @@ -1771,7 +1771,7 @@ "hideEmpty": false, "max": true, "min": false, - "rightSide": true, + "rightSide": false, "show": true, "total": false, "values": true