Fix bug in example PVC Grafana dashboard

This commit is contained in:
Joshua Boniface 2023-12-10 00:50:05 -05:00
parent 7bc0760b78
commit 53d632f283
1 changed files with 3 additions and 3 deletions

View File

@ -2475,7 +2475,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "pvc_osd_in_states",
"expr": "pvc_osd_in_states{cluster=\"$cluster\"}",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
@ -2592,6 +2592,6 @@
"timezone": "",
"title": "PVC Cluster",
"uid": "fbddd9f9-aadb-4c97-8aea-57c29e5de234",
"version": 55,
"version": 56,
"weekStart": ""
}