Skip to content

Commit a44db80

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#753)
1 parent 0a17f39 commit a44db80

File tree

2 files changed

+110
-0
lines changed

2 files changed

+110
-0
lines changed
136 Bytes
Binary file not shown.

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

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24919,6 +24919,116 @@
2491924919
],
2492024920
"title": "Global Sort",
2492124921
"type": "row"
24922+
},
24923+
{
24924+
"collapsed": true,
24925+
"gridPos": {
24926+
"h": 1,
24927+
"w": 24,
24928+
"x": 0,
24929+
"y": 23
24930+
},
24931+
"id": 23763573000,
24932+
"panels": [
24933+
{
24934+
"aliasColors": {},
24935+
"bars": false,
24936+
"dashLength": 10,
24937+
"dashes": false,
24938+
"datasource": "tidb-cluster",
24939+
"description": "Query network Trasmission Bytes.",
24940+
"fieldConfig": {
24941+
"defaults": {},
24942+
"overrides": []
24943+
},
24944+
"fill": 1,
24945+
"fillGradient": 0,
24946+
"gridPos": {
24947+
"h": 7,
24948+
"w": 12,
24949+
"x": 0,
24950+
"y": 20
24951+
},
24952+
"hiddenSeries": false,
24953+
"id": 23763573001,
24954+
"legend": {
24955+
"avg": false,
24956+
"current": false,
24957+
"max": false,
24958+
"min": false,
24959+
"show": true,
24960+
"total": false,
24961+
"values": false
24962+
},
24963+
"lines": true,
24964+
"linewidth": 1,
24965+
"nullPointMode": "null",
24966+
"options": {
24967+
"alertThreshold": true
24968+
},
24969+
"percentage": false,
24970+
"pluginVersion": "7.5.10",
24971+
"pointradius": 2,
24972+
"points": false,
24973+
"renderer": "flot",
24974+
"seriesOverrides": [],
24975+
"spaceLength": 10,
24976+
"stack": false,
24977+
"steppedLine": false,
24978+
"targets": [
24979+
{
24980+
"exemplar": true,
24981+
"expr": "sum(rate(tidb_executor_network_transmission{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (type)",
24982+
"interval": "",
24983+
"legendFormat": "{{type}}",
24984+
"queryType": "randomWalk",
24985+
"refId": "A"
24986+
}
24987+
],
24988+
"thresholds": [],
24989+
"timeFrom": null,
24990+
"timeRegions": [],
24991+
"timeShift": null,
24992+
"title": "Query Network Trasmission Bytes",
24993+
"tooltip": {
24994+
"shared": true,
24995+
"sort": 0,
24996+
"value_type": "individual"
24997+
},
24998+
"type": "graph",
24999+
"xaxis": {
25000+
"buckets": null,
25001+
"mode": "time",
25002+
"name": null,
25003+
"show": true,
25004+
"values": []
25005+
},
25006+
"yaxes": [
25007+
{
25008+
"format": "binBps",
25009+
"label": null,
25010+
"logBase": 1,
25011+
"max": null,
25012+
"min": null,
25013+
"show": true
25014+
},
25015+
{
25016+
"format": "short",
25017+
"label": null,
25018+
"logBase": 1,
25019+
"max": null,
25020+
"min": null,
25021+
"show": true
25022+
}
25023+
],
25024+
"yaxis": {
25025+
"align": false,
25026+
"alignLevel": null
25027+
}
25028+
}
25029+
],
25030+
"title": "Network Transmission",
25031+
"type": "row"
2492225032
}
2492325033
],
2492425034
"refresh": "30s",

0 commit comments

Comments
 (0)