Skip to content

Commit 99ffa34

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1064)
1 parent addee69 commit 99ffa34

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed
118 Bytes
Binary file not shown.

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

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6631,6 +6631,118 @@
66316631
"alignLevel": null
66326632
}
66336633
},
6634+
{
6635+
"aliasColors": {},
6636+
"bars": false,
6637+
"dashLength": 10,
6638+
"dashes": false,
6639+
"datasource": "tidb-cluster",
6640+
"decimals": 0,
6641+
"fill": 0,
6642+
"gridPos": {
6643+
"h": 7,
6644+
"w": 12,
6645+
"x": 0,
6646+
"y": 81
6647+
},
6648+
"id": 608,
6649+
"legend": {
6650+
"alignAsTable": true,
6651+
"avg": false,
6652+
"current": true,
6653+
"hideEmpty": true,
6654+
"hideZero": true,
6655+
"max": true,
6656+
"min": false,
6657+
"rightSide": true,
6658+
"show": true,
6659+
"sort": "current",
6660+
"sortDesc": true,
6661+
"total": false,
6662+
"values": true
6663+
},
6664+
"lines": true,
6665+
"linewidth": 1,
6666+
"links": [],
6667+
"nullPointMode": "null",
6668+
"paceLength": 10,
6669+
"percentage": false,
6670+
"pointradius": 5,
6671+
"points": false,
6672+
"renderer": "flot",
6673+
"seriesOverrides": [],
6674+
"spaceLength": 10,
6675+
"stack": false,
6676+
"steppedLine": false,
6677+
"targets": [
6678+
{
6679+
"expr": "pd_scheduler_store_status{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", store=~\"$store\", type=\"store_read_cpu_usage\"}",
6680+
"format": "time_series",
6681+
"interval": "",
6682+
"intervalFactor": 2,
6683+
"legendFormat": "{{address}}-store-{{store}}",
6684+
"refId": "A",
6685+
"step": 4
6686+
},
6687+
{
6688+
"exemplar": true,
6689+
"expr": "pd_scheduler_hot_peers_summary{type=\"exp-cpu-rate-read-leader\"}",
6690+
"hide": true,
6691+
"interval": "",
6692+
"legendFormat": "exp-cpu-rate-read-leader-{{store}}",
6693+
"refId": "B"
6694+
},
6695+
{
6696+
"exemplar": true,
6697+
"expr": "pd_scheduler_hot_peers_summary{type=\"exp-cpu-rate-read-region\"}",
6698+
"hide": true,
6699+
"interval": "",
6700+
"legendFormat": "exp-cpu-rate-read-region-{{store}}",
6701+
"refId": "C"
6702+
}
6703+
],
6704+
"thresholds": [],
6705+
"timeFrom": null,
6706+
"timeRegions": [],
6707+
"timeShift": null,
6708+
"title": "Store read cpu",
6709+
"tooltip": {
6710+
"shared": true,
6711+
"sort": 0,
6712+
"value_type": "individual"
6713+
},
6714+
"type": "graph",
6715+
"xaxis": {
6716+
"buckets": null,
6717+
"mode": "time",
6718+
"name": null,
6719+
"show": true,
6720+
"values": []
6721+
},
6722+
"yaxes": [
6723+
{
6724+
"decimals": null,
6725+
"format": "short",
6726+
"label": null,
6727+
"logBase": 1,
6728+
"max": null,
6729+
"min": null,
6730+
"show": true
6731+
},
6732+
{
6733+
"format": "short",
6734+
"label": null,
6735+
"logBase": 1,
6736+
"max": null,
6737+
"min": null,
6738+
"show": true
6739+
}
6740+
],
6741+
"yaxis": {
6742+
"align": false,
6743+
"alignLevel": null
6744+
}
6745+
},
66346746
{
66356747
"aliasColors": {},
66366748
"bars": false,

0 commit comments

Comments
 (0)