Skip to content

Commit 2a577b9

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#685)
1 parent 27abc45 commit 2a577b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-8 Bytes
Binary file not shown.

monitor-snapshot/master/operator/rules/ticdc.rules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ groups:
7979
summary: cdc processor exits with error
8080
value: '{{ $value }}'
8181
- alert: ticdc_changefeed_meet_error
82-
expr: (max_over_time(ticdc_owner_status[1m]) == 1) > 0
82+
expr: (max_over_time(ticdc_owner_status[1m]) == 1 or max_over_time(ticdc_owner_status[1m]) == 6) > 0
8383
for: 1m
8484
labels:
8585
env: ENV_LABELS_ENV
86-
expr: (max_over_time(ticdc_owner_status[1m]) == 1) > 0
86+
expr: (max_over_time(ticdc_owner_status[1m]) == 1 or max_over_time(ticdc_owner_status[1m]) == 6) > 0
8787
level: warning
8888
annotations:
8989
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values: {{ $value }}'

0 commit comments

Comments
 (0)