Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional errorA mapping of threshold timeframe to the remaining error budget.
Optional errorsAn array of error objects returned while querying the history data for the service level objective.
Optional groupFor groups in a grouped SLO, this is the group name.
Optional historyThe state transition history for monitor or time-slice SLOs. It is represented as
an array of pairs. Each pair is an array containing the timestamp of the transition
as an integer in Unix epoch format in the first element, and the state as an integer in the
second element. An integer value of 0 for state means uptime, 1 means downtime, and 2 means no data.
Periods of no data count as uptime in time-slice SLOs, while for monitor SLOs, no data is counted
either as uptime or downtime depending on monitor settings. See
SLO documentation
for detailed information.
Optional monitorFor monitor based SLOs, this is the last modified timestamp in epoch seconds of the monitor.
Optional monitorFor monitor based SLOs, this describes the type of monitor.
Optional nameFor groups in a grouped SLO, this is the group name. For monitors in a multi-monitor SLO, this is the monitor name.
Optional precisionA mapping of threshold timeframe to number of accurate decimals, regardless of the from && to timestamp.
Optional previewFor monitor based SLOs, when true this indicates that a replay is in progress to give an accurate uptime
calculation.
Optional sliThe current SLI value of the SLO over the history window.
Optional spanThe amount of decimal places the SLI value is accurate to for the given from && to timestamp.
Optional uptimeUse sli_value instead.
Generated using TypeDoc
An object that holds an SLI value and its associated data. It can represent an SLO's overall SLI value. This can also represent the SLI value for a specific monitor in multi-monitor SLOs, or a group in grouped SLOs.