We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c6851c + 08610df commit fef087bCopy full SHA for fef087b
site/archetypes/incidents.md
@@ -4,7 +4,7 @@
4
title = "{{ replace .TranslationBaseName "-" " " | title }}"
5
date = {{ .Date }}
6
7
-# severity: represents the impact of
+# severity: represents the impact of
8
# your system due to the current incident.
9
# This is the list of supported severities:
10
#
@@ -18,9 +18,9 @@ severity = "degraded-performance"
18
# affectedsystems: is a list of systems affected
19
# by the incident.
20
# Example:
21
-# affectedsystems = ["API", "Build servers"]
+# affectedsystems = ["API", "CDN"]
22
23
-affectedsystems = ["API", "Build servers"]
+affectedsystems = ["API", "CDN"]
24
25
# resolved: marks an incident as resolved.
26
# It can be either true or false.
0 commit comments