Skip to content

Commit 4cb4d46

Browse files
author
Ashish Gaurav
committed
[SLOs] review fixes for slo docs
Took 30 seconds
1 parent 50661e9 commit 4cb4d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/slo.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following arguments are supported:
105105
b/w them can be found on
106106
the [slo help page](https://help.sumologic.com/Beta/SLO_Reliability_Management/Access_and_Create_SLOs)
107107
- [window_based_evaluation](#window_based_evaluation) - Evaluate SLI using successful/total windows.
108-
- [request_based_evaluation](#request_based_evaluation) - Evaluate SLI based on occurrence's of successful
108+
- [request_based_evaluation](#request_based_evaluation) - Evaluate SLI based on occurrence of successful
109109
events / total events over entire compliance period.
110110

111111
#### window_based_evaluation
@@ -114,8 +114,8 @@ The following arguments are supported:
114114
based evaluation.
115115
- `query_type` - (Required) The type of query to use. Valid values are `Metrics` or `Logs`.
116116
- `threshold` - (Required) Threshold for classifying window as successful or unsuccessful, i.e. the minimum value
117-
for `good windows / total events`.
118-
- `op` - (Required) The operator used to define a successful window or event. Valid values are `LessThan`
117+
for `(good windows / total windows) * 100`.
118+
- `op` - (Required) The operator used to define a successful window. Valid values are `LessThan`
119119
, `LessThanOrEqual`, `GreaterThan`
120120
, `GreaterThanOrEqual`.
121121
- `aggregation` - (Optional) Aggregation function applied over each window to arrive at SLI. Valid values are `Avg`

0 commit comments

Comments
 (0)