Skip to content

Commit

Permalink
feat(docs): add osko.dev/magicAlerting annotation documentation (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Opletal <[email protected]>
  • Loading branch information
fourstepper authored Jun 26, 2024
1 parent f1c59f9 commit e48d354
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/labels-and-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ Accepts a string in the [time.Duration](https://pkg.go.dev/time#Duration) format
```yaml
osko.dev/baseWindow: "30m"
```

### `osko.dev/magicAlerting`

Configures whether OSKO creates multiwindow, multi-burn-rate alerts for the SLO, automagically.

Accepts the string "true" as the only valid input.

```yaml
osko.dev/magicAlerting: "true"
```

0 comments on commit e48d354

Please sign in to comment.