A count-based (metric) SLI specification, composed of three parts: the good events formula, the total events formula, and the underlying queries.

Hierarchy

  • SLOCountDefinition

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
goodEventsFormula: SLOFormula

A formula that specifies how to combine the results of multiple queries.

totalEventsFormula: SLOFormula

A formula that specifies how to combine the results of multiple queries.

Generated using TypeDoc