Skip to content

Commit e08d81b

Browse files
committed
SUMO-191578, addressed pr comments
1 parent 3cffe47 commit e08d81b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/r/monitor.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ The following arguments are supported:
318318
- `slo_id` - (Optional) Identifier of the SLO definition for the monitor. This is only applicable & required for Slo `monitor_type`.
319319
- `queries` - (Required) All queries from the monitor.
320320
- `trigger_conditions` - (Required if not using `triggers`) Defines the conditions of when to send notifications. NOTE: `trigger_conditions` supplants the `triggers` argument.
321+
- `resolution_window` - The resolution window that the recovery condition must be met in each evaluation that happens within this entire duration before the alert is recovered (resolved). If not specified, the time range of your trigger will be used.
321322
- `triggers` - (Deprecated) Defines the conditions of when to send notifications.
322323
- `notifications` - (Optional) The notifications the monitor will send when the respective trigger condition is met.
323324
- `group_notifications` - (Optional) Whether or not to group notifications for individual items that meet the trigger condition. Defaults to true.
@@ -406,7 +407,7 @@ Here is a summary of arguments for each condition type (fields which are not mar
406407
- `resolution` (Required)
407408
- `threshold`
408409
- `threshold_type`
409-
- `resolution_window` : resolution_window overrides the default resolution window which is time_range
410+
- `resolution_window`
410411
- `warning`
411412
- `time_range` (Required)
412413
- `alert` (Required)

0 commit comments

Comments
 (0)