Skip to content

Commit

Permalink
ticdc/metrics: fix processor checkpoint-ts lag expr (#3543) (#3558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 23, 2021
1 parent b23fd1d commit 3e04da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/grafana/ticdc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@
"refId": "A"
},
{
"expr": "sum(ticdc_processor_resolved_ts_lag{tidb_cluster=\"$tidb_cluster\", changefeed=~\"$changefeed\", capture=~\"$capture\"}) by (capture,changefeed)",
"expr": "sum(ticdc_processor_checkpoint_ts_lag{tidb_cluster=\"$tidb_cluster\", changefeed=~\"$changefeed\", capture=~\"$capture\"}) by (capture,changefeed)",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down

0 comments on commit 3e04da8

Please sign in to comment.