A metric based SLO history response.

This is not included in responses for monitor based SLOs.

Hierarchy

  • SLOHistoryMetrics

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

A representation of metric based SLO timeseries for the provided queries. This is the same response type from batch_query endpoint.

interval: number

The aggregated query interval for the series data. It's implicit based on the query time window.

message?: string

Optional message if there are specific query issues/warnings.

A representation of metric based SLO timeseries for the provided queries. This is the same response type from batch_query endpoint.

query: string

The combined numerator and denominator query CSV.

resType: string

The series result type. This mimics batch_query response type.

respVersion: number

The series response version type. This mimics batch_query response type.

times: number[]

An array of query timestamps in EPOCH milliseconds.

Generated using TypeDoc