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
## Example Logs Monitor with Webhook Connection and Folder
112
179
113
180
```hcl
@@ -210,6 +277,8 @@ The following arguments are supported:
210
277
-`monitor_type` - (Required) The type of monitor. Valid values:
211
278
-`Logs`: A logs query monitor.
212
279
-`Metrics`: A metrics query monitor.
280
+
-`Slo`: A SLO based monitor (beta).
281
+
-`slo_id` - (Optional) Identifier of the SLO definition for the monitor. This is only applicable & required for Slo `monitor_type`.
213
282
-`queries` - (Required) All queries from the monitor.
214
283
-`trigger_conditions` - (Required if not using `triggers`) Defines the conditions of when to send notifications. NOTE: `trigger_conditions` supplants the `triggers` argument.
215
284
-`triggers` - (Deprecated) Defines the conditions of when to send notifications.
@@ -336,6 +405,19 @@ Here is a summary of arguments for each condition type (fields which are not mar
336
405
#### metrics_missing_data_condition
337
406
-`time_range` (Required)
338
407
-`trigger_source` (Required)
408
+
#### slo_sli_condition
409
+
-`critical`
410
+
-`sli_threshold` (Required)
411
+
-`warning`
412
+
-`sli_threshold` (Required)
413
+
414
+
#### slo_burn_rate_condition
415
+
-`critical`
416
+
-`time_range` (Required)
417
+
-`burn_rate_threshold` (Required)
418
+
-`warning`
419
+
-`time_range` (Required)
420
+
-`burn_rate_threshold` (Required)
339
421
340
422
## The `triggers` block
341
423
The `triggers` block is deprecated. Please use `trigger_conditions` to specify notification conditions.
0 commit comments