The attributes of the SLO status.

Hierarchy

  • SloStatusDataAttributes

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
errorBudgetRemaining: number

The percentage of error budget remaining.

rawErrorBudgetRemaining: RawErrorBudgetRemaining

The raw error budget remaining for the SLO.

sli: number

The current Service Level Indicator (SLI) value as a percentage.

spanPrecision: number

The precision of the time span in seconds.

state: string

The current state of the SLO (for example, breached, warning, ok).

Generated using TypeDoc