Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions platform-monitoring/ansible/rule/blacker.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ groups:
value: '{{ $value }}'
summary: TiKV server is down

- alert: TiCDC_server_is_down
expr: probe_success{group="ticdc"} == 0
for: 1m
labels:
env: ENV_LABELS_ENV
level: emergency
expr: probe_success{group="ticdc"} == 0
annotations:
description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}'
value: '{{ $value }}'
summary: TiCDC server is down

- alert: PD_server_is_down
expr: probe_success{group="pd"} == 0
for: 1m
Expand Down