Skip to content

Commit ad5740c

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#410)
1 parent c534d3f commit ad5740c

2 files changed

Lines changed: 100 additions & 0 deletions

File tree

251 Bytes
Binary file not shown.

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

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15187,6 +15187,106 @@
1518715187
"align": false,
1518815188
"alignLevel": null
1518915189
}
15190+
},
15191+
{
15192+
"aliasColors": {},
15193+
"dashLength": 10,
15194+
"datasource": "tidb-cluster",
15195+
"fieldConfig": {
15196+
"defaults": {},
15197+
"overrides": []
15198+
},
15199+
"fill": 1,
15200+
"gridPos": {
15201+
"h": 7,
15202+
"w": 12,
15203+
"x": 12,
15204+
"y": 122
15205+
},
15206+
"id": 10039,
15207+
"legend": {
15208+
"alignAsTable": true,
15209+
"avg": false,
15210+
"current": true,
15211+
"max": true,
15212+
"min": false,
15213+
"rightSide": false,
15214+
"show": true,
15215+
"total": false,
15216+
"values": true
15217+
},
15218+
"lines": true,
15219+
"linewidth": 1,
15220+
"nullPointMode": "null",
15221+
"options": {
15222+
"alertThreshold": true
15223+
},
15224+
"pluginVersion": "7.5.17",
15225+
"pointradius": 2,
15226+
"renderer": "flot",
15227+
"seriesOverrides": [],
15228+
"spaceLength": 10,
15229+
"targets": [
15230+
{
15231+
"expr": "ticdc_kvclient_slow_initialize_region_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}",
15232+
"legendFormat": "{{instance}}-{{changefeed}}-{{namespace}}",
15233+
"interval": "",
15234+
"exemplar": true,
15235+
"hide": false,
15236+
"refId": "A"
15237+
}
15238+
],
15239+
"thresholds": [],
15240+
"timeRegions": [],
15241+
"title": "KV client slow initalize region count",
15242+
"tooltip": {
15243+
"shared": true,
15244+
"sort": 0,
15245+
"value_type": "individual"
15246+
},
15247+
"type": "graph",
15248+
"xaxis": {
15249+
"buckets": null,
15250+
"mode": "time",
15251+
"name": null,
15252+
"show": true,
15253+
"values": []
15254+
},
15255+
"yaxes": [
15256+
{
15257+
"format": "none",
15258+
"label": null,
15259+
"logBase": 1,
15260+
"max": null,
15261+
"min": null,
15262+
"show": true,
15263+
"$$hashKey": "object:432"
15264+
},
15265+
{
15266+
"format": "none",
15267+
"label": null,
15268+
"logBase": 1,
15269+
"max": null,
15270+
"min": null,
15271+
"show": false,
15272+
"$$hashKey": "object:433"
15273+
}
15274+
],
15275+
"yaxis": {
15276+
"align": false,
15277+
"alignLevel": null
15278+
},
15279+
"description": "The count of regions that initialize slow. You can search the log [event feed initializes a region too slow] to get slow region id",
15280+
"bars": false,
15281+
"dashes": false,
15282+
"fillGradient": 0,
15283+
"hiddenSeries": false,
15284+
"percentage": false,
15285+
"points": false,
15286+
"stack": false,
15287+
"steppedLine": false,
15288+
"timeFrom": null,
15289+
"timeShift": null
1519015290
}
1519115291
],
1519215292
"title": "KVClient",

0 commit comments

Comments
 (0)