From 848e2911338375743aa8422776340d877d483228 Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Tue, 28 Sep 2021 13:47:34 +0300 Subject: [PATCH] minor typo fix --- content/runbooks/kubernetes/KubeAPIErrorBudgetBurn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/runbooks/kubernetes/KubeAPIErrorBudgetBurn.md b/content/runbooks/kubernetes/KubeAPIErrorBudgetBurn.md index fae2e23..2e45f81 100644 --- a/content/runbooks/kubernetes/KubeAPIErrorBudgetBurn.md +++ b/content/runbooks/kubernetes/KubeAPIErrorBudgetBurn.md @@ -36,7 +36,7 @@ _Example: If you have a 99% availability target this means that at the end of 30 ### Example Queries for slow requests: Change the rate window according to your `long` label from the alert. -Make sure to update the alert threshold too, like `> 0.01` to `> 14.4 * 0.01` for exmaple. +Make sure to update the alert threshold too, like `> 0.01` to `> 14.4 * 0.01` for example. #### Slow Read Requests: If you don't get any results back then there aren't too many slow requests - that's good.