Skip to content

Commit

Permalink
metrics: hide unnecessary metrics (#4900)
Browse files Browse the repository at this point in the history
ref #4399

Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 authored May 7, 2022
1 parent ec4812e commit 7bd4d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/grafana/pd.json
Original file line number Diff line number Diff line change
Expand Up @@ -5815,15 +5815,15 @@
{
"exemplar": true,
"expr": "pd_scheduler_hot_peers_summary{type=\"exp-key-rate-read-leader\"}",
"hide": false,
"hide": true,
"interval": "",
"legendFormat": "exp-key-rate-read-leader-{{store}}",
"refId": "B"
},
{
"exemplar": true,
"expr": "pd_scheduler_hot_peers_summary{type=\"exp-key-rate-read-region\"}",
"hide": false,
"hide": true,
"interval": "",
"legendFormat": "exp-key-rate-read-region-{{store}}",
"refId": "C"
Expand Down

0 comments on commit 7bd4d9c

Please sign in to comment.