Skip to content

correct ticdc_changefeed_meet_error alert rule evaluation expression #11190

@sdojjy

Description

@sdojjy

ticdc_owner_status = 6 also means the changefeed meet a error that will be retried automatically. so change the expression to
(max_over_time(ticdc_owner_status[1m]) == 1 or max_over_time(ticdc_owner_status[1m]) == 6) > 0

Metadata

Metadata

Assignees

Labels

area/ticdcIssues or PRs related to TiCDC.type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions