Object containing all metric names returned and their associated metadata.

Hierarchy

  • MetricsQueryMetadata

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

Aggregation type.

displayName?: string

Display name of the metric.

end?: number

End of the time window, milliseconds since Unix epoch.

expression?: string

Metric expression.

interval?: number

Number of milliseconds between data samples.

length?: number

Number of data samples.

metric?: string

Metric name.

pointlist?: [number, number][]

List of points of the timeseries in milliseconds.

queryIndex?: number

The index of the series' query within the request.

scope?: string

Metric scope, comma separated list of tags.

start?: number

Start of the time window, milliseconds since Unix epoch.

tagSet?: string[]

Unique tags identifying this series.

Detailed information about the metric unit. The first element describes the "primary unit" (for example, bytes in bytes per second). The second element describes the "per unit" (for example, second in bytes per second). If the second element is not present, the API returns null.

Generated using TypeDoc