You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf/provisioning/alerting/sample.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ apiVersion: 1
13
13
# interval: 60s
14
14
# # <list, required> list of rules that are part of the rule group
15
15
# rules:
16
-
# # <string, required> unique identifier for the rule
16
+
# # <string, required> unique identifier for the rule. Should not exceed 40 symbols. Only letters, numbers, - (hyphen), and _ (underscore) allowed.
17
17
# - uid: my_id_1
18
18
# # <string, required> title of the rule, will be displayed in the UI
19
19
# title: my_first_rule
@@ -82,7 +82,7 @@ apiVersion: 1
82
82
# # <string, required> name of the contact point
83
83
# name: cp_1
84
84
# receivers:
85
-
# # <string, required> unique identifier for the receiver
85
+
# # <string, required> unique identifier for the receiver. Should not exceed 40 symbols. Only letters, numbers, - (hyphen), and _ (underscore) allowed.
0 commit comments