Skip to content

Commit 181bcc7

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#754)
1 parent a44db80 commit 181bcc7

File tree

2 files changed

+100
-1
lines changed

2 files changed

+100
-1
lines changed
8 Bytes
Binary file not shown.

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

Lines changed: 100 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4783,7 +4783,106 @@
47834783
"align": false,
47844784
"alignLevel": null
47854785
}
4786-
}
4786+
},
4787+
{
4788+
"aliasColors": {},
4789+
"bars": false,
4790+
"dashLength": 10,
4791+
"dashes": false,
4792+
"datasource": "tidb-cluster",
4793+
"fieldConfig": {
4794+
"defaults": {},
4795+
"overrides": []
4796+
},
4797+
"fill": 0,
4798+
"fillGradient": 0,
4799+
"gridPos": {
4800+
"h": 7,
4801+
"w": 12,
4802+
"x": 0,
4803+
"y": 59
4804+
},
4805+
"hiddenSeries": false,
4806+
"id": 297,
4807+
"legend": {
4808+
"alignAsTable": true,
4809+
"avg": false,
4810+
"current": true,
4811+
"max": true,
4812+
"min": false,
4813+
"rightSide": true,
4814+
"show": true,
4815+
"total": false,
4816+
"values": true
4817+
},
4818+
"lines": true,
4819+
"linewidth": 1,
4820+
"links": [],
4821+
"nullPointMode": "null as zero",
4822+
"options": {
4823+
"alertThreshold": true
4824+
},
4825+
"percentage": false,
4826+
"pluginVersion": "7.5.11",
4827+
"pointradius": 5,
4828+
"points": false,
4829+
"renderer": "flot",
4830+
"seriesOverrides": [],
4831+
"spaceLength": 10,
4832+
"stack": false,
4833+
"steppedLine": false,
4834+
"targets": [
4835+
{
4836+
"exemplar": true,
4837+
"expr": "sum(rate(tiflash_network_transmission_bytes{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (type)",
4838+
"format": "time_series",
4839+
"interval": "",
4840+
"intervalFactor": 1,
4841+
"legendFormat": "{{type}}",
4842+
"refId": "A"
4843+
}
4844+
],
4845+
"thresholds": [],
4846+
"timeFrom": null,
4847+
"timeRegions": [],
4848+
"timeShift": null,
4849+
"title": "Network Transmission",
4850+
"tooltip": {
4851+
"shared": true,
4852+
"sort": 0,
4853+
"value_type": "individual"
4854+
},
4855+
"type": "graph",
4856+
"xaxis": {
4857+
"buckets": null,
4858+
"mode": "time",
4859+
"name": null,
4860+
"show": true,
4861+
"values": []
4862+
},
4863+
"yaxes": [
4864+
{
4865+
"format": "bytes",
4866+
"label": null,
4867+
"logBase": 1,
4868+
"max": null,
4869+
"min": "0",
4870+
"show": true
4871+
},
4872+
{
4873+
"format": "short",
4874+
"label": null,
4875+
"logBase": 1,
4876+
"max": null,
4877+
"min": null,
4878+
"show": true
4879+
}
4880+
],
4881+
"yaxis": {
4882+
"align": false,
4883+
"alignLevel": null
4884+
}
4885+
}
47874886
],
47884887
"repeat": null,
47894888
"title": "Coprocessor",

0 commit comments

Comments
 (0)