Skip to content

Commit

Permalink
metrics: fix TiKV Detail command regex escape issue (#15858)
Browse files Browse the repository at this point in the history
ref #15832

Signed-off-by: Neil Shen <[email protected]>
  • Loading branch information
overvenus authored Oct 27, 2023
1 parent f5361da commit 913f783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/grafana/tikv_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -48858,7 +48858,7 @@
"refId": "StandardVariableQuery"
},
"refresh": 1,
"regex": "/\btype=\"([^\"]+)\"/",
"regex": "/\\btype=\"([^\"]+)\"/",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
Expand Down Expand Up @@ -48956,4 +48956,4 @@
"title": "Test-Cluster-TiKV-Details",
"uid": "RDVQiEzZz",
"version": 1
}
}

0 comments on commit 913f783

Please sign in to comment.