From e48d354ed6cb52ff974b3cbf42fec4bed05984a8 Mon Sep 17 00:00:00 2001 From: Robin Opletal <49439044+fourstepper@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:42:45 +0200 Subject: [PATCH] feat(docs): add osko.dev/magicAlerting annotation documentation (#121) Signed-off-by: Robin Opletal --- docs/labels-and-annotations.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/labels-and-annotations.md b/docs/labels-and-annotations.md index 2c210a4..ddb5185 100644 --- a/docs/labels-and-annotations.md +++ b/docs/labels-and-annotations.md @@ -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" +```