Skip to content

Commit 97f1a54

Browse files
authored
Merge pull request #372 from SumoLogic/agrv-slo-monitors
2 parents c952981 + 16b31b7 commit 97f1a54

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
FEATURES:
44
* Add new optional `alert_name` field to resource/sumologic_monitor.
5+
* **New Resource:** `sumologic_slo` ([GH-362](https://github.com/SumoLogic/terraform-provider-sumologic/pull/362/files))
6+
* **New Resource:** `sumologic_slo_folder` ([GH-362](https://github.com/SumoLogic/terraform-provider-sumologic/pull/362/files))
7+
* Add support for slo based monitors ([GH-363](https://github.com/SumoLogic/terraform-provider-sumologic/pull/363/files))
8+
59

610
BUG FIXES:
711
* Add CRITICAL as a valid value for cse_custom_insight severity field (GH-367)

website/docs/r/monitor.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,15 +409,15 @@ Here is a summary of arguments for each condition type (fields which are not mar
409409
- `trigger_source` (Required)
410410
#### slo_sli_condition
411411
- `critical`
412-
- `sli_threshold` (Required) : The remaining SLI error budget threshold percentage [0,100) .
412+
- `sli_threshold` (Required) : The remaining SLI error budget threshold percentage [0,100).
413413
- `warning`
414414
- `sli_threshold` (Required)
415415

416416
#### slo_burn_rate_condition
417417
- `critical`
418418
- `time_range` (Required) : The relative time range for the burn rate percentage evaluation.
419419
- `burn_rate_threshold` (Required) : The burn rate percentage threshold.
420-
- `warning`
420+
- `warning`
421421
- `time_range` (Required)
422422
- `burn_rate_threshold` (Required)
423423

0 commit comments

Comments
 (0)