List of the different monitor threshold available.

Hierarchy

  • MonitorThresholds

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
critical?: number

The monitor CRITICAL threshold.

criticalQuery?: string

Query evaluated as a dynamic CRITICAL threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.

criticalRecovery?: number

The monitor CRITICAL recovery threshold.

criticalRecoveryQuery?: string

Query evaluated as a dynamic CRITICAL recovery threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.

ok?: number

The monitor OK threshold.

unknown?: number

The monitor UNKNOWN threshold.

warning?: number

The monitor WARNING threshold.

warningRecovery?: number

The monitor WARNING recovery threshold.

Generated using TypeDoc