|
4329 | 4329 | "overrides": [] |
4330 | 4330 | }, |
4331 | 4331 | "gridPos": { |
4332 | | - "h": 6, |
| 4332 | + "h": 8, |
4333 | 4333 | "w": 12, |
4334 | 4334 | "x": 0, |
4335 | 4335 | "y": 14 |
|
4358 | 4358 | "targets": [ |
4359 | 4359 | { |
4360 | 4360 | "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)", |
4362 | 4362 | "format": "heatmap", |
4363 | 4363 | "instant": false, |
4364 | 4364 | "interval": "", |
|
4367 | 4367 | "refId": "A" |
4368 | 4368 | } |
4369 | 4369 | ], |
4370 | | - "title": "scan task scan duration", |
| 4370 | + "title": "EventService handle duration", |
4371 | 4371 | "tooltip": { |
4372 | 4372 | "show": true, |
4373 | 4373 | "showHistogram": true |
|
4411 | 4411 | "y": 14 |
4412 | 4412 | }, |
4413 | 4413 | "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, |
4414 | 4512 | "id": 20018, |
4415 | 4513 | "legend": { |
4416 | 4514 | "avg": false, |
|
4439 | 4537 | "targets": [ |
4440 | 4538 | { |
4441 | 4539 | "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)", |
4443 | 4541 | "hide": false, |
4444 | 4542 | "interval": "", |
4445 | | - "legendFormat": "err-{{instance}}-{{target}}-{{type}}", |
| 4543 | + "legendFormat": "dropped-scan-task-{{instance}}", |
4446 | 4544 | "queryType": "randomWalk", |
4447 | 4545 | "refId": "A" |
4448 | 4546 | } |
|
4503 | 4601 | "gridPos": { |
4504 | 4602 | "h": 8, |
4505 | 4603 | "w": 12, |
4506 | | - "x": 0, |
4507 | | - "y": 20 |
| 4604 | + "x": 12, |
| 4605 | + "y": 22 |
4508 | 4606 | }, |
4509 | 4607 | "hiddenSeries": false, |
4510 | 4608 | "id": 20020, |
|
4535 | 4633 | "targets": [ |
4536 | 4634 | { |
4537 | 4635 | "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)", |
4539 | 4637 | "hide": false, |
4540 | 4638 | "interval": "", |
4541 | | - "legendFormat": "", |
| 4639 | + "legendFormat": "dropped-resolvedTs-{{instance}}", |
4542 | 4640 | "refId": "B" |
4543 | 4641 | } |
4544 | 4642 | ], |
|
0 commit comments