Files
git.stella-ops.org/ops/devops/symbols/alerts.yaml
StellaOps Bot 7c39058386
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Export Center CI / export-ci (push) Has been cancelled
Symbols Server CI / symbols-smoke (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
up
2025-11-24 20:57:49 +02:00

22 lines
695 B
YAML

groups:
- name: symbols-availability
rules:
- alert: SymbolsDown
expr: up{job="symbols"} == 0
for: 5m
labels:
severity: page
service: symbols
annotations:
summary: "Symbols.Server instance is down"
description: "symbols scrape target has been down for 5 minutes"
- alert: SymbolsErrorRateHigh
expr: rate(http_requests_total{job="symbols",status=~"5.."}[5m]) > 0
for: 2m
labels:
severity: critical
service: symbols
annotations:
summary: "Symbols.Server error rate is elevated"
description: "5xx responses detected for Symbols.Server"