who_need_help/ops/observability/rules.yml

18 lines
744 B
YAML

groups:
- name: who-need-help-local-availability
rules:
- alert: WhoNeedHelpWebReplicaUnavailable
expr: up{job="who-need-help-web"} == 0
labels:
severity: local-drill
annotations:
summary: "The local Prometheus scraper cannot reach one web replica"
description: "The direct metrics target {{ $labels.instance }} is unavailable."
- alert: WhoNeedHelpWorkerReplicaUnavailable
expr: up{job="who-need-help-worker"} == 0
labels:
severity: local-drill
annotations:
summary: "The local Prometheus scraper cannot reach one worker replica"
description: "The direct worker metrics target {{ $labels.instance }} is unavailable."