Skip to content

Commit 2ce41da

Browse files
authored
br: fix a PromQL syntax error (#60705) (#60715)
close #60212
1 parent ba894d6 commit 2ce41da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

br/metrics/grafana/br.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@
29172917
"options": [
29182918

29192919
],
2920-
"query": "label_values(tikv_engine_size_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster)",
2920+
"query": "label_values(tikv_engine_size_bytes{k8s_cluster=\"$k8s_cluster\"}, tidb_cluster)",
29212921
"refresh": 2,
29222922
"regex": "",
29232923
"sort": 1,

0 commit comments

Comments
 (0)