@@ -97,16 +97,17 @@ The following arguments are supported:
9797 - ` target ` - (Required) The target value to use, must be a number between 0 and 100.
9898 - ` timezone ` - (Required) Time zone for the SLO compliance. Follow the format in the [ IANA Time Zone Database] [ 3 ] .
9999 - ` size ` - (Required) The size of the compliance period to use.
100- For ` Calendar ` compliance type the allowed values are ` Week ` , ` Month ` , ` Quarter ` .
101- - ` start_from ` - (Optional) Start of the calendar window. For week, it would be the day of the week (for e.g Sunday,
102- Monday etc). For month, it will always be the first day of the month. For quarter, it would be the first month of
103- the quarter (for e.g January, February etc.)
104- - ` indicator ` - (Required) The service level indicator on which SLO is to be defined. more details on the difference
105- b/w them can be found on
106- the [ slo help page] ( https://help.sumologic.com/Beta/SLO_Reliability_Management/Access_and_Create_SLOs )
107- - [ window_based_evaluation] ( #window_based_evaluation ) - Evaluate SLI using successful/total windows.
108- - [ request_based_evaluation] ( #request_based_evaluation ) - Evaluate SLI based on occurrence of successful
109- events / total events over entire compliance period.
100+ - For ` Rolling ` compliance type it must be a multiple of days e.g. ` 1d ` , ` 2d ` .
101+ - For ` Calendar ` compliance type the allowed values are ` Week ` , ` Month ` , ` Quarter ` .
102+ - ` start_from ` - Start of the calendar window. For ` Week ` its required and it would be the day of the week (for e.g. Sunday,
103+ Monday etc). For ` Quarter ` its required, it would be the first month of the start of quarter (for e.g. January, February etc.).
104+ For ` Month ` it's not required and is set to first day of the month.
105+ - ` indicator ` - (Required) The service level indicator on which SLO is to be defined. more details on the difference
106+ b/w them can be found on
107+ the [ slo help page] ( https://help.sumologic.com/Beta/SLO_Reliability_Management/Access_and_Create_SLOs )
108+ - [ window_based_evaluation] ( #window_based_evaluation ) - Evaluate SLI using successful/total windows.
109+ - [ request_based_evaluation] ( #request_based_evaluation ) - Evaluate SLI based on occurrence of successful
110+ events / total events over entire compliance period.
110111
111112#### window_based_evaluation
112113
0 commit comments