An individual timeseries metrics query.

Hierarchy

  • MetricsTimeseriesQuery

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
dataSource: MetricsDataSource

A data source that is powered by the Metrics platform.

name?: string

The variable name for use in formulas.

query: string

A classic metrics query string.

Generated using TypeDoc