The time-slice condition, composed of 3 parts: 1. the metric timeseries query, 2. the comparator, and 3. the threshold. Optionally, a fourth part, the query interval, can be provided.

Hierarchy

  • SLOTimeSliceCondition

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

The comparator used to compare the SLI value to the threshold.

The queries and formula used to calculate the SLI value.

queryIntervalSeconds?: SLOTimeSliceInterval

The interval used when querying data, which defines the size of a time slice. Two values are allowed: 60 (1 minute) and 300 (5 minutes). If not provided, the value defaults to 300 (5 minutes).

threshold: number

The threshold value to which each SLI value will be compared.

Generated using TypeDoc