Alerts
Installation
SKILL.md
Alert Fatigue Prevention
Group alerts by root cause, never by individual symptoms.
Use labels: alertname, service, cluster - not instance IDs.
# Good: One alert for database down affecting 50 pods
group_by: ['alertname', 'service']
# Bad: 50 individual alerts for each failed pod
Implement severity hierarchy: P0 (pages immediately) > P1 (within 15min) > P2 (business hours) > P3 (weekly review). P0: Service completely down, data loss, security breach. P1: Degraded performance, partial outage, high error rates.