Skip to content

Commit d512d7a

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#669)
1 parent 82f2779 commit d512d7a

2 files changed

Lines changed: 107 additions & 9 deletions

File tree

977 Bytes
Binary file not shown.

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

Lines changed: 107 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4329,7 +4329,7 @@
43294329
"overrides": []
43304330
},
43314331
"gridPos": {
4332-
"h": 6,
4332+
"h": 8,
43334333
"w": 12,
43344334
"x": 0,
43354335
"y": 14
@@ -4358,7 +4358,7 @@
43584358
"targets": [
43594359
{
43604360
"exemplar": true,
4361-
"expr": "sum(rate(ticdc_event_service_scan_duration_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}[1m])) by (le)",
4361+
"expr": "sum(rate(ticdc_event_service_handle_duration_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}[1m])) by (le)",
43624362
"format": "heatmap",
43634363
"instant": false,
43644364
"interval": "",
@@ -4367,7 +4367,7 @@
43674367
"refId": "A"
43684368
}
43694369
],
4370-
"title": "scan task scan duration",
4370+
"title": "EventService handle duration",
43714371
"tooltip": {
43724372
"show": true,
43734373
"showHistogram": true
@@ -4411,6 +4411,104 @@
44114411
"y": 14
44124412
},
44134413
"hiddenSeries": false,
4414+
"id": 20025,
4415+
"legend": {
4416+
"avg": false,
4417+
"current": false,
4418+
"max": false,
4419+
"min": false,
4420+
"show": true,
4421+
"total": false,
4422+
"values": false
4423+
},
4424+
"lines": true,
4425+
"linewidth": 1,
4426+
"nullPointMode": "null",
4427+
"options": {
4428+
"alertThreshold": true
4429+
},
4430+
"percentage": false,
4431+
"pluginVersion": "7.5.17",
4432+
"pointradius": 2,
4433+
"points": false,
4434+
"renderer": "flot",
4435+
"seriesOverrides": [],
4436+
"spaceLength": 10,
4437+
"stack": false,
4438+
"steppedLine": false,
4439+
"targets": [
4440+
{
4441+
"exemplar": true,
4442+
"expr": "sum(rate(ticdc_event_service_drop_notification_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", namespace=~\"$namespace\", instance=~\"$ticdc_instance\"}[1m])) by (namespace, instance)",
4443+
"hide": false,
4444+
"interval": "",
4445+
"legendFormat": "dropped-notification-{{instance}}",
4446+
"queryType": "randomWalk",
4447+
"refId": "A"
4448+
}
4449+
],
4450+
"thresholds": [],
4451+
"timeFrom": null,
4452+
"timeRegions": [],
4453+
"timeShift": null,
4454+
"title": "Event Service Dropped Notification",
4455+
"tooltip": {
4456+
"shared": true,
4457+
"sort": 0,
4458+
"value_type": "individual"
4459+
},
4460+
"type": "graph",
4461+
"xaxis": {
4462+
"buckets": null,
4463+
"mode": "time",
4464+
"name": null,
4465+
"show": true,
4466+
"values": []
4467+
},
4468+
"yaxes": [
4469+
{
4470+
"$$hashKey": "object:517",
4471+
"format": "short",
4472+
"label": null,
4473+
"logBase": 1,
4474+
"max": null,
4475+
"min": null,
4476+
"show": true
4477+
},
4478+
{
4479+
"$$hashKey": "object:518",
4480+
"format": "short",
4481+
"label": null,
4482+
"logBase": 1,
4483+
"max": null,
4484+
"min": null,
4485+
"show": true
4486+
}
4487+
],
4488+
"yaxis": {
4489+
"align": false,
4490+
"alignLevel": null
4491+
}
4492+
},
4493+
{
4494+
"aliasColors": {},
4495+
"bars": false,
4496+
"dashLength": 10,
4497+
"dashes": false,
4498+
"datasource": "tidb-cluster",
4499+
"fieldConfig": {
4500+
"defaults": {},
4501+
"overrides": []
4502+
},
4503+
"fill": 1,
4504+
"fillGradient": 0,
4505+
"gridPos": {
4506+
"h": 8,
4507+
"w": 12,
4508+
"x": 0,
4509+
"y": 22
4510+
},
4511+
"hiddenSeries": false,
44144512
"id": 20018,
44154513
"legend": {
44164514
"avg": false,
@@ -4439,10 +4537,10 @@
44394537
"targets": [
44404538
{
44414539
"exemplar": true,
4442-
"expr": "sum(rate(ticdc_event_service_drop_scan_task_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", namespace=~\"$namespace\", changefeed=~\"$changefeed\", instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed, instance, target, type)",
4540+
"expr": "sum(rate(ticdc_event_service_drop_scan_task_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}[1m])) by (instance)",
44434541
"hide": false,
44444542
"interval": "",
4445-
"legendFormat": "err-{{instance}}-{{target}}-{{type}}",
4543+
"legendFormat": "dropped-scan-task-{{instance}}",
44464544
"queryType": "randomWalk",
44474545
"refId": "A"
44484546
}
@@ -4503,8 +4601,8 @@
45034601
"gridPos": {
45044602
"h": 8,
45054603
"w": 12,
4506-
"x": 0,
4507-
"y": 20
4604+
"x": 12,
4605+
"y": 22
45084606
},
45094607
"hiddenSeries": false,
45104608
"id": 20020,
@@ -4535,10 +4633,10 @@
45354633
"targets": [
45364634
{
45374635
"exemplar": true,
4538-
"expr": "sum(rate(ticdc_event_service_drop_resolved_ts_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", namespace=~\"$namespace\", changefeed=~\"$changefeed\", instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed, instance, target, type)",
4636+
"expr": "sum(rate(ticdc_event_service_drop_resolved_ts_count{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}[1m])) by (instance)",
45394637
"hide": false,
45404638
"interval": "",
4541-
"legendFormat": "",
4639+
"legendFormat": "dropped-resolvedTs-{{instance}}",
45424640
"refId": "B"
45434641
}
45444642
],

0 commit comments

Comments
 (0)