Skip to content

Instantly share code, notes, and snippets.

@rafaeljesus
Last active May 10, 2019 13:37
Show Gist options
  • Select an option

  • Save rafaeljesus/6f0a4027cee71bfc25f48bbc9c1099a3 to your computer and use it in GitHub Desktop.

Select an option

Save rafaeljesus/6f0a4027cee71bfc25f48bbc9c1099a3 to your computer and use it in GitHub Desktop.
Prom slo affected alert
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