File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments