Skip to content

Commit

Permalink
metrics: fix sink metrics and monitor. (#3155) (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 2, 2021
1 parent 6c26fa6 commit afde7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/grafana/ticdc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.95, sum(rate(ticdc_processor_flush_event_duration_seconds_bucket{tidb_cluster=\"$tidb_cluster\", changefeed=~\"$changefeed\"}[1m])) by (le,instance,type))",
"expr": "histogram_quantile(0.95, sum(rate(ticdc_sink_flush_event_duration_seconds_bucket{tidb_cluster=\"$tidb_cluster\", changefeed=~\"$changefeed\"}[1m])) by (le,instance,type))",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}}-{{type}}-p95",
Expand Down Expand Up @@ -9424,5 +9424,5 @@
"timezone": "browser",
"title": "Test-Cluster-TiCDC",
"uid": "YiGL8hBZ1",
"version": 23
"version": 24
}

0 comments on commit afde7e3

Please sign in to comment.