ConstantSloConfigΒΆ
class ConstantSloConfig ( BaseSloConfig )
SLO with a fixed constant value threshold.
Polymorphic Type:
Fields:
percentilefloat =0.99Percentile at which to evaluate the SLO (0.0-1.0)
nameOptional [ str ] =NoneHuman-readable name for this SLO
metricstr ="ttfc"The metric key this SLO applies to
valuefloat =-1.0The constant value for the SLO. If a percentage, from 0 to 1. If a time, in seconds.