Values.IntervalSourceThe time period used to evaluate the SLO. It can be either a calendar interval or rolling interval.
type nonrec t = {rollingInterval : RollingInterval.t option;If the interval is a rolling interval, this structure contains the interval specifications.
*)calendarInterval : CalendarInterval.t option;If the interval is a calendar interval, this structure contains the interval specifications.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of RollingIntervalDuration.t
| `Timestamp of Timestamp.t ])
list ])
list ]