Status of the SLO's primary timeframe.

Hierarchy

  • SLOStatus

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
calculationError?: 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.

sli?: number

The current service level indicator (SLI) of the SLO, also known as 'status'. This is a percentage value from 0-100 (inclusive).

spanPrecision?: number

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

state?: SLOState

State of the SLO.

Generated using TypeDoc