feat(monitoring): add deadman severity and ignore it for alertmanager

This commit is contained in:
2025-12-30 12:36:25 +01:00
parent cebd248769
commit ad0482cd95
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ route:
group_wait: 30s
group_interval: 5m
repeat_interval: 12h
matchers:
- severity!~"deadman"
# routes:
# - receiver: "pagerduty"
receivers:

View File

@@ -90,7 +90,7 @@ groups:
expr: 'vector(1)'
for: 0m
labels:
severity: critical
severity: deadman
annotations:
summary: Prometheus AlertManager E2E dead man switch (instance {{ $labels.instance }})
description: "Prometheus DeadManSwitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"