Skip to content

Commit 94fa005

Browse files
committed
SUMO-253872: Fix copy/paste errors
1 parent 915d14b commit 94fa005

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## X.Y.Z (Unreleased)
22
* Add new change notes here
33

4-
## 3.0.5 (February 28, 2025)
54
ENHANCEMENTS:
65
* Add support for monitor frequency configurability
76

website/docs/r/monitor.html.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,14 +534,14 @@ Here is a summary of arguments for each condition type (fields which are not mar
534534
- `field`
535535
- `critical`
536536
- `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`.
537-
- `frequency` Accepted format: 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: `1m`, `2m`, `10m`'.
537+
- `frequency` 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: `1m`, `2m`, `10m`'.
538538
- `alert` (Required)
539539
- `threshold`
540540
- `threshold_type`
541541
- `resolution` (Required)
542542
- `threshold`
543543
- `threshold_type`
544-
- `resolution_window` pted format: `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `0s, 30m`.
544+
- `resolution_window` Accepted format: `<number>` followed by a `<time_unit>` character: `s` for seconds, `m` for minutes, `h` for hours, `d` for days. Examples: `0s, 30m`.
545545
- `warning`
546546
- `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`.
547547
- `alert` (Required)
@@ -558,7 +558,7 @@ Here is a summary of arguments for each condition type (fields which are not mar
558558
- `alert` (Required)
559559
- `threshold`
560560
- `threshold_type`
561-
- `min_data_points` (OptionalAcce)
561+
- `min_data_points` (Optional)
562562
- `resolution` (Required)
563563
- `threshold`
564564
- `threshold_type`
@@ -595,7 +595,6 @@ Here is a summary of arguments for each condition type (fields which are not mar
595595
- `threshold`
596596
#### logs_missing_data_condition
597597
- `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`.
598-
- `frequency` Accepted format: 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: `1m`, `2m`, `10m`'.
599598
#### metrics_missing_data_condition
600599
- `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`.
601600
#### slo_sli_condition

0 commit comments

Comments
 (0)