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

Hierarchy

  • SLOHistoryMetricsSeries

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

Count of submitted metrics.

Query metadata.

sum: number

Total sum of the query.

values: number[]

The query values for each metric.

Generated using TypeDoc