Skip to content

Commit b3abb32

Browse files
glrfbastjancorvus-ch
authored
Fix typo in alerts best practices
Co-authored-by: Sebastian Widmer <sebastian.widmer@vshn.net> Co-authored-by: Christian Häusler <794584+corvus-ch@users.noreply.github.com>
1 parent b3f58e8 commit b3abb32

File tree

1 file changed

+2
-2
lines changed
  • docs/modules/ROOT/pages/explanations/commodore-components

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/explanations/commodore-components/alerts.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ See the section below on writing good runbooks.
5959

6060
Following these guidelines, you should get a usable alert.
6161
There are still some pitfalls when writing Prometheus alerts, but there are also many guides to help you write them.
62-
You can look at https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/[the official documenation] or check out how https://blog.cloudflare.com/monitoring-our-monitoring/[Cloudscale writes alert rules].
62+
You can look at https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/[the official documentation] or check out how https://blog.cloudflare.com/monitoring-our-monitoring/[Cloudscale writes alert rules].
6363

6464
[WARNING]
6565
====
@@ -91,7 +91,7 @@ The alert labels should already give an impression how critical the alert is, bu
9191
+
9292
Provide some input on how to debug this.
9393
Where might the reader get the relevant events or logs?
94-
How can he narrow down the possible root causes.
94+
How to narrow down the possible root causes?
9595
* *How may I mitigate the issue?*
9696
+
9797
List some possible mitigation strategies or ways to resolve this alert for good.

0 commit comments

Comments
 (0)