Last active
May 10, 2019 13:37
-
-
Save rafaeljesus/6f0a4027cee71bfc25f48bbc9c1099a3 to your computer and use it in GitHub Desktop.
Prom slo affected alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rules: | |
| - alert: PrometheusSLOAffected | |
| annotations: | |
| summary: 'Prometheus slo is affected' | |
| description: 'Prometheus has slo affected during the last 15m {{humanize $value}}%' | |
| runbook_path: platform/prometheus-slo-affected.md | |
| expr: prometheus:composed_slo5m < 0.999 | |
| for: 15m | |
| labels: | |
| severity: page | |
| team: platform | |
| slack: platform-alerts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment