Skip to content

Commit cab6e14

Browse files
BornChangerKiran01bm
authored andcommitted
br: fix a PromQL syntax error (pingcap#60705)
close pingcap#60212
1 parent 74b1d45 commit cab6e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

br/metrics/grafana/br.json

Lines changed: 1 addition & 1 deletion
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)