A query for container-level metrics such as CPU and memory usage.

Hierarchy

  • ContainerTimeseriesQuery

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 data source for container-level infrastructure metrics.

isNormalizedCpu?: boolean

Whether CPU metrics should be normalized by core count.

limit?: number

Maximum number of results to return.

metric: string

The container metric to query.

name: string

The variable name for use in formulas.

Direction of sort.

tagFilters?: string[]

Tag filters to narrow down containers.

textFilter?: string

A full-text search filter to match container names.

Generated using TypeDoc