Query metadata.

Hierarchy

  • SLOHistoryMetricsSeriesMetadata

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

Query aggregator function.

expression?: string

Query expression.

metric?: string

Query metric used.

queryIndex?: number

Query index from original combined query.

scope?: string

Query scope.

An array of metric units that contains up to two unit objects. For example, bytes represents one unit object and bytes per second represents two unit objects. If a metric query only has one unit object, the second array element is null.

Generated using TypeDoc