ConstantSloConfigΒΆ

class ConstantSloConfig ( BaseSloConfig )

SLO with a fixed constant value threshold.

Polymorphic Type:

type: constant

All BaseSloConfig types:

Fields:

percentilefloat = 0.99

Percentile at which to evaluate the SLO (0.0-1.0)

nameOptional [ str ] = None

Human-readable name for this SLO

metricstr = "ttfc"

The metric key this SLO applies to

valuefloat = -1.0

The constant value for the SLO. If a percentage, from 0 to 1. If a time, in seconds.