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: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
## 2.21.1 (Unreleased)
2
2
FEATURES:
3
+
* resource/sumologic_monitor: Added support for creating SLO Monitors with multiple burn rates (GH-499)
3
4
* Add new optional `resolution_payload` field to connection resource and `resolution_payload_override` field to notifications section of monitor resource (GH-482)
4
5
5
6
BUG FIXES:
6
7
* Remove thresholdType field under searchSchedule in content resource (GH-483)
7
8
9
+
DEPRECATIONS:
10
+
11
+
* resource/sumologic_monitor: Deprecated `burn_rate_threshold` and time_range in favor of `burn_rate` inside `slo_burn_rate_condition` block (GH-499)
@@ -487,11 +495,17 @@ Here is a summary of arguments for each condition type (fields which are not mar
487
495
488
496
#### slo_burn_rate_condition
489
497
-`critical`
490
-
-`time_range` (Required) : The relative time range for the burn rate percentage evaluation. Accepted format: Optional `-` sign followed by `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `30m`, `-12h`.
491
-
-`burn_rate_threshold` (Required) : The burn rate percentage threshold.
498
+
-`time_range` (Deprecated) : The relative time range for the burn rate percentage evaluation. Accepted format: Optional `-` sign followed by `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `30m`, `-12h`.
499
+
-`burn_rate_threshold` (Deprecated) : The burn rate percentage threshold.
500
+
-`burn_rate` (Required if above two fields are not present): Block to specify burn rate threshold and time range for the condition. This field is in private beta and is not available until given access. To participate in the beta program, contact Sumo Logic support.
501
+
-`burn_rate_threshold` (Required): The burn rate percentage threshold.
502
+
-`time_range` (Required): The relative time range for the burn rate percentage evaluation. Accepted format: Optional `-` sign followed by `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `30m`, `-12h`.
492
503
-`warning`
493
-
-`time_range` (Required) : Accepted format: Optional `-` sign followed by `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `30m`, `-12h`.
494
-
-`burn_rate_threshold` (Required)
504
+
-`time_range` (Deprecated) : Accepted format: Optional `-` sign followed by `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `30m`, `-12h`.
505
+
-`burn_rate_threshold` (Deprecated)
506
+
-`burn_rate` (Required if above two fields are not present): Block to specify burn rate threshold and time range for the condition. This field is in private beta and is not available until given access. To participate in the beta program, contact Sumo Logic support.
507
+
-`burn_rate_threshold` (Required): The burn rate percentage threshold.
508
+
-`time_range` (Required): The relative time range for the burn rate percentage evaluation. Accepted format: Optional `-` sign followed by `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `30m`, `-12h`.
495
509
496
510
## The `triggers` block
497
511
The `triggers` block is deprecated. Please use `trigger_conditions` to specify notification conditions.
0 commit comments