Skip to content

Commit

Permalink
grafana: filter out untouched storage command (tikv#10999)
Browse files Browse the repository at this point in the history
Signed-off-by: Connor1996 <[email protected]>
  • Loading branch information
Connor1996 authored Sep 29, 2021
1 parent b0938c2 commit f13318c
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 @@ -32233,9 +32233,9 @@
"multi": true,
"name": "command",
"options": [],
"query": "label_values(tikv_storage_command_total{tidb_cluster=\"$tidb_cluster\"}, type)",
"query": "query_result(tikv_storage_command_total{tidb_cluster=\"$tidb_cluster\"} != 0)",
"refresh": 1,
"regex": "",
"regex": "/type=\"([^\"]+)\"/",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
Expand Down

0 comments on commit f13318c

Please sign in to comment.