Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Aug 6, 2019
1 parent 50d8f1f commit cebc1aa
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# slo-generator
Easy setup a service level objective using prometheus
Easy setup a service level objective using prometheus, based on lessons of book: https://landing.google.com/sre/workbook/chapters/alerting-on-slos/.


# Alert methods currently supported

- [ ] 1. Target Error Rate ≥ SLO Threshold
- [ ] 2. Increased Alert Window
- [ ] 3. Incrementing Alert Duration
- [ ] 4. Alert on Burn Rate
- [ ] 5. Multiple Burn Rate Alerts
- [x] 6. Multiwindow, Multi-Burn-Rate Alerts

# Generating

Lookup [slo_example.yml](./slo_example.yml) to parametize SLO and generate prometheus rules running

```
slo-generator -slo.path=slo_example.yml -rule.output rule.yml
```

0 comments on commit cebc1aa

Please sign in to comment.