Alerting time window options.

Hierarchy

  • MonitorThresholdWindowOptions

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
recoveryWindow?: string

Describes how long an anomalous metric must be normal before the alert recovers.

triggerWindow?: string

Describes how long a metric must be anomalous before an alert triggers.

Generated using TypeDoc