Overall status of the SLO by timeframes.

Hierarchy

  • SLOOverallStatuses

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
error?: string

Error message if SLO status or error budget could not be calculated.

errorBudgetRemaining?: number

Remaining error budget of the SLO in percentage.

indexedAt?: number

timestamp (UNIX time in seconds) of when the SLO status and error budget were calculated.

rawErrorBudgetRemaining?: SLORawErrorBudgetRemaining

Error budget remaining for an SLO.

spanPrecision?: number

The amount of decimal places the SLI value is accurate to.

state?: SLOState

State of the SLO.

status?: number

The status of the SLO.

target?: number

The target of the SLO.

timeframe?: SLOTimeframe

The SLO time window options. Note that "custom" is not a valid option for creating or updating SLOs. It is only used when querying SLO history over custom timeframes.

Generated using TypeDoc