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: website/docs/r/monitor_alert_v2_prometheus.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,7 @@ These arguments are common to all alerts in Sysdig Monitor.
40
40
41
41
*`name` - (Required) The name of the alert rule. It must be unique.
42
42
*`description` - (Optional) The description of Monitor alert.
43
-
*`duration_seconds` - (Optional, cannot be used with `trigger_after_minutes`) Specifies the amount of time, in seconds, that an alert condition must remain continuously true before the alert rule is triggered.
44
-
*`trigger_after_minutes` - (Optional, Deprecated, cannot be used with `duration_seconds`) Specifies the amount of time, in minutes, that an alert condition must remain continuously true before the alert rule is triggered. Deprecated: use `duration_seconds` instead.
43
+
*`duration_seconds` - (Optional) Specifies the amount of time, in seconds, that an alert condition must remain continuously true before the alert rule is triggered.
45
44
*`group` - (Optional) Used to group alert rules in the UI. This value must be a lowercase string.
46
45
*`severity` - (Optional) Severity of the Monitor alert. It must be `high`, `medium`, `low` or `info`. Default: `low`.
47
46
*`enabled` - (Optional) Boolean that defines if the alert is enabled or not. Default: `true`.
0 commit comments