Skip to content

Commit e070497

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#983)
1 parent 2203a53 commit e070497

2 files changed

Lines changed: 103 additions & 0 deletions

File tree

391 Bytes
Binary file not shown.

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

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,109 @@
10781078
"yaxis": {
10791079
"align": false
10801080
}
1081+
},
1082+
{
1083+
"aliasColors": {},
1084+
"bars": false,
1085+
"dashLength": 10,
1086+
"dashes": false,
1087+
"datasource": "tidb-cluster",
1088+
"description": "The total number of tables",
1089+
"fieldConfig": {
1090+
"defaults": {
1091+
"links": []
1092+
},
1093+
"overrides": []
1094+
},
1095+
"fill": 0,
1096+
"fillGradient": 0,
1097+
"gridPos": {
1098+
"h": 6,
1099+
"w": 12,
1100+
"x": 12,
1101+
"y": 26
1102+
},
1103+
"hiddenSeries": false,
1104+
"id": 22271,
1105+
"legend": {
1106+
"alignAsTable": false,
1107+
"avg": false,
1108+
"current": true,
1109+
"max": true,
1110+
"min": false,
1111+
"rightSide": false,
1112+
"show": true,
1113+
"total": false,
1114+
"values": true
1115+
},
1116+
"lines": true,
1117+
"linewidth": 1,
1118+
"links": [],
1119+
"nullPointMode": "null",
1120+
"options": {
1121+
"alertThreshold": false
1122+
},
1123+
"paceLength": 10,
1124+
"percentage": false,
1125+
"pluginVersion": "7.5.17",
1126+
"pointradius": 2,
1127+
"points": true,
1128+
"renderer": "flot",
1129+
"seriesOverrides": [],
1130+
"spaceLength": 10,
1131+
"stack": false,
1132+
"steppedLine": false,
1133+
"targets": [
1134+
{
1135+
"exemplar": true,
1136+
"expr": "sum(ticdc_scheduler_table_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\", namespace=~\"$namespace\",changefeed=~\"$changefeed\"}) by (namespace,changefeed,mode)",
1137+
"format": "time_series",
1138+
"interval": "",
1139+
"intervalFactor": 1,
1140+
"legendFormat": "{{namespace}}-{{changefeed}}-{{mode}}",
1141+
"refId": "A"
1142+
}
1143+
],
1144+
"thresholds": [],
1145+
"timeFrom": null,
1146+
"timeRegions": [],
1147+
"timeShift": null,
1148+
"title": "Table Count",
1149+
"tooltip": {
1150+
"shared": true,
1151+
"sort": 0,
1152+
"value_type": "individual"
1153+
},
1154+
"type": "graph",
1155+
"xaxis": {
1156+
"buckets": null,
1157+
"mode": "time",
1158+
"name": null,
1159+
"show": true,
1160+
"values": []
1161+
},
1162+
"yaxes": [
1163+
{
1164+
"format": "short",
1165+
"label": null,
1166+
"logBase": 1,
1167+
"max": null,
1168+
"min": null,
1169+
"show": true
1170+
},
1171+
{
1172+
"format": "short",
1173+
"label": null,
1174+
"logBase": 1,
1175+
"max": null,
1176+
"min": null,
1177+
"show": true
1178+
}
1179+
],
1180+
"yaxis": {
1181+
"align": false,
1182+
"alignLevel": null
1183+
}
10811184
}
10821185
],
10831186
"title": "Summary",

0 commit comments

Comments
 (0)