Class TimeseriesAnomalyInvestigationTimeseriesRequest

Metrics timeseries request to investigate.

Hierarchy

  • TimeseriesAnomalyInvestigationTimeseriesRequest

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

Formulas to evaluate. Each formula may contain an explicit anomalies() call or a supported metrics expression.

from: number

Start of the investigation time window in milliseconds since the Unix epoch.

interval?: number

Optional requested aggregation interval in milliseconds.

Metrics queries referenced by the formulas.

to: number

End of the investigation time window in milliseconds since the Unix epoch. Must be later than from.

Generated using TypeDoc