Skip to content

Commit

Permalink
Merge branch 'release-5.3' into cherry-pick-3013-to-release-5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Dec 8, 2021
2 parents 27baeae + eeb9e7b commit de73c94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metrics/alertmanager/ticdc.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ groups:
summary: cdc cluster has multiple owners

- alert: cdc_checkpoint_high_delay
expr: (time() - ticdc_processor_checkpoint_ts / 1000) > 600
expr: ticdc_processor_checkpoint_ts_lag > 600
for: 1m
labels:
env: ENV_LABELS_ENV
level: critical
expr: (time() - ticdc_processor_checkpoint_ts / 1000) > 600
expr: ticdc_processor_checkpoint_ts_lag > 600
annotations:
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values: {{ $value }}'
value: '{{ $value }}'
summary: cdc processor checkpoint delay more than 10 minutes

- alert: cdc_resolvedts_high_delay
expr: (time() - ticdc_processor_resolved_ts / 1000) > 300
expr: ticdc_processor_resolved_ts_lag > 300
for: 1m
labels:
env: ENV_LABELS_ENV
level: critical
expr: (time() - ticdc_processor_resolved_ts / 1000) > 300
expr: ticdc_processor_resolved_ts_lag > 300
annotations:
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values: {{ $value }}'
value: '{{ $value }}'
Expand Down

0 comments on commit de73c94

Please sign in to comment.