Values.ExclusionWindowSourceThe core SLO time window exclusion object that includes Window, StartTime, RecurrenceRule, and Reason.
type nonrec t = {window : Window.t;The SLO time window exclusion .
*)startTime : Timestamp.t option;The start of the SLO time window exclusion. Defaults to current time if not specified.
*)recurrenceRule : RecurrenceRule.t option;The recurrence rule for the SLO time window exclusion. Supports both cron and rate expressions.
*)reason : ExclusionReason.t option;A description explaining why this time period should be excluded from SLO calculations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ExclusionReason.t
| `Structure of
(string
* [> `Enum of string
| `Integer of ExclusionDuration.t
| `String of Expression.t ])
list
| `Timestamp of Timestamp.t ])
list ]