Class TimeseriesAnomalyInvestigationFormula

Formula evaluated by the timeseries request.

Hierarchy

  • TimeseriesAnomalyInvestigationFormula

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
formula: string

Formula expression referencing one or more named queries. When the expression does not contain an explicit anomalies() call, the endpoint applies the default Watchdog Explains anomaly detection configuration.

Optional formula limit accepted for compatibility with Timeseries API requests. Formula limits have no effect on timeseries queries.

Generated using TypeDoc