1123011230 "targets": [
1123111231 {
1123211232 "exemplar": true,
11233- "expr": "sum(rate(ticdc_messaging_error_counter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", namespace=~\"$namespace\", changefeed=~\"$changefeed\", instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed, instance, target, type)",
11233+ "expr": "sum(rate(ticdc_messaging_error_counter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}[1m])) by (instance, target, type)",
1123411234 "hide": false,
1123511235 "interval": "",
1123611236 "legendFormat": "err-{{instance}}-{{target}}-{{type}}",
@@ -11239,15 +11239,15 @@
1123911239 },
1124011240 {
1124111241 "exemplar": true,
11242- "expr": "sum(rate(ticdc_messaging_drop_message_counter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", namespace=~\"$namespace\", changefeed=~\"$changefeed\", instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed, instance, target, type)",
11242+ "expr": "sum(rate(ticdc_messaging_drop_message_counter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}[1m])) by (instance, target, type)",
1124311243 "hide": false,
1124411244 "interval": "",
1124511245 "legendFormat": "drop-{{instance}}-{{target}}-{{type}}",
1124611246 "refId": "B"
1124711247 },
1124811248 {
1124911249 "exemplar": true,
11250- "expr": "sum(rate(ticdc_messaging_send_message_counter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", namespace=~\"$namespace\", changefeed=~\"$changefeed\", instance=~\"$ticdc_instance\"}[1m])) by (namespace,changefeed, instance, target, type)",
11250+ "expr": "sum(rate(ticdc_messaging_send_message_counter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}[1m])) by (instance, target, type)",
1125111251 "hide": false,
1125211252 "interval": "",
1125311253 "legendFormat": "send-{{instance}}-{{target}}-{{type}}",
@@ -11294,6 +11294,109 @@
1129411294 "align": false,
1129511295 "alignLevel": null
1129611296 }
11297+ },
11298+ {
11299+ "aliasColors": {},
11300+ "dashLength": 10,
11301+ "datasource": "tidb-cluster",
11302+ "description": "the count of slow message Count",
11303+ "fieldConfig": {
11304+ "defaults": {
11305+ "links": []
11306+ },
11307+ "overrides": []
11308+ },
11309+ "gridPos": {
11310+ "h": 8,
11311+ "w": 12,
11312+ "x": 12,
11313+ "y": 12
11314+ },
11315+ "id": 22447,
11316+ "legend": {
11317+ "alignAsTable": false,
11318+ "avg": false,
11319+ "current": true,
11320+ "max": true,
11321+ "min": false,
11322+ "rightSide": false,
11323+ "show": true,
11324+ "total": false,
11325+ "values": true
11326+ },
11327+ "lines": true,
11328+ "linewidth": 1,
11329+ "links": [],
11330+ "nullPointMode": "null",
11331+ "options": {
11332+ "alertThreshold": false
11333+ },
11334+ "paceLength": 10,
11335+ "pluginVersion": "7.5.17",
11336+ "pointradius": 2,
11337+ "points": true,
11338+ "renderer": "flot",
11339+ "seriesOverrides": [],
11340+ "spaceLength": 10,
11341+ "targets": [
11342+ {
11343+ "expr": "sum(ticdc_messaging_slow_handle_counter{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$ticdc_instance\"}) by (instance, type)",
11344+ "legendFormat": "{{instance}}-{{type}}",
11345+ "interval": "",
11346+ "exemplar": true,
11347+ "format": "time_series",
11348+ "intervalFactor": 1,
11349+ "refId": "A"
11350+ }
11351+ ],
11352+ "thresholds": [],
11353+ "timeRegions": [],
11354+ "title": "Slow Message Count",
11355+ "tooltip": {
11356+ "shared": true,
11357+ "sort": 0,
11358+ "value_type": "individual"
11359+ },
11360+ "type": "graph",
11361+ "xaxis": {
11362+ "buckets": null,
11363+ "mode": "time",
11364+ "name": null,
11365+ "show": true,
11366+ "values": []
11367+ },
11368+ "yaxes": [
11369+ {
11370+ "format": "short",
11371+ "label": null,
11372+ "logBase": 1,
11373+ "max": null,
11374+ "min": null,
11375+ "show": true
11376+ },
11377+ {
11378+ "format": "short",
11379+ "label": null,
11380+ "logBase": 1,
11381+ "max": null,
11382+ "min": null,
11383+ "show": true
11384+ }
11385+ ],
11386+ "yaxis": {
11387+ "align": false,
11388+ "alignLevel": null
11389+ },
11390+ "bars": false,
11391+ "dashes": false,
11392+ "fill": 0,
11393+ "fillGradient": 0,
11394+ "hiddenSeries": false,
11395+ "percentage": false,
11396+ "stack": false,
11397+ "steppedLine": false,
11398+ "timeFrom": null,
11399+ "timeShift": null
1129711400 }
1129811401 ],
1129911402 "title": "Message Center",
0 commit comments