A query for SLO status, error budget, and burn rate metrics.

Hierarchy

  • SloQuery

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
additionalQueryFilters?: string

Additional filters applied to the SLO query.

dataSource: SloDataSource

A data source for SLO queries.

groupMode?: SlosGroupMode

How SLO results are grouped in the response.

measure: SlosMeasure

The SLO measurement to retrieve.

name?: string

The variable name for use in formulas.

sloId: string

The unique identifier of the SLO to query.

sloQueryType?: SlosQueryType

The type of SLO definition being queried.

Generated using TypeDoc