SLO thresholds (target and optionally warning) for a single time window.

Hierarchy

  • SLOThreshold

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
target: number

The target value for the service level indicator within the corresponding timeframe.

targetDisplay?: string

A string representation of the target that indicates its precision. It uses trailing zeros to show significant decimal places (for example 98.00).

Always included in service level objective responses. Ignored in create/update requests.

timeframe: SLOTimeframe

The SLO time window options. Note that "custom" is not a valid option for creating or updating SLOs. It is only used when querying SLO history over custom timeframes.

warning?: number

The warning value for the service level objective.

warningDisplay?: string

A string representation of the warning target (see the description of the target_display field for details).

Included in service level objective responses if a warning target exists. Ignored in create/update requests.

Generated using TypeDoc