Skip to content

Commit 190050b

Browse files
author
Abhishek Desai
committed
mgr/dashboard: 72409 : Fixed parsing error in grafana for host overall performance iframe
fixes: https://tracker.ceph.com/issues/72409 Signed-off-by: Abhishek Desai <[email protected]>
1 parent abd4ec6 commit 190050b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/ceph-mixin/dashboards_out/hosts-overview.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
"multi": false,
806806
"name": "mds_hosts",
807807
"options": [ ],
808-
"query": "label_values(ceph_mds_inodes{hostname, cluster=~\"$cluster\", })",
808+
"query": "label_values(ceph_mds_inodes{cluster=~\"$cluster\"}, hostname)",
809809
"refresh": 1,
810810
"regex": "mds.(.*)",
811811
"sort": 1,
@@ -825,7 +825,7 @@
825825
"multi": false,
826826
"name": "rgw_hosts",
827827
"options": [ ],
828-
"query": "label_values(ceph_rgw_metadata{hostname, cluster=~\"$cluster\", })",
828+
"query": "label_values(ceph_rgw_metadata{cluster=~\"$cluster\"}, hostname)",
829829
"refresh": 1,
830830
"regex": "rgw.(.*)",
831831
"sort": 1,

0 commit comments

Comments
 (0)