Skip to content

Commit cfabb17

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#423)
1 parent 3cdd404 commit cfabb17

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

36 Bytes
Binary file not shown.

monitor-snapshot/master/operator/dashboards/pd.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5871,6 +5871,21 @@
58715871
"intervalFactor": 1,
58725872
"legendFormat": "store-{{store}}-in",
58735873
"refId": "B"
5874+
},
5875+
{
5876+
"expr": "- sum(delta(pd_scheduler_hot_region_direction{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", store=~\"$store\",type=\"move-leader\",direction=\"out\",rw=\"write\"}[1m]))by (store)",
5877+
"format": "time_series",
5878+
"intervalFactor": 2,
5879+
"legendFormat": "store-{{store}}-out",
5880+
"refId": "C",
5881+
"step": 4
5882+
},
5883+
{
5884+
"expr": "sum(delta(pd_scheduler_hot_region_direction{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", store=~\"$store\",type=\"move-leader\",direction=\"in\",rw=\"write\"}[1m]))by (store)",
5885+
"format": "time_series",
5886+
"intervalFactor": 1,
5887+
"legendFormat": "store-{{store}}-in",
5888+
"refId": "D"
58745889
}
58755890
],
58765891
"thresholds": [],

0 commit comments

Comments
 (0)