ConstantSloConfig ================= **class** ``ConstantSloConfig`` **(** :doc:`BaseSloConfig` **)** SLO with a fixed constant value threshold. **Polymorphic Type:** ``type: constant`` All ``BaseSloConfig`` types: - ``constant``: :doc:`ConstantSloConfig` **Fields:** ``percentile`` : *float* = ``0.99`` Percentile at which to evaluate the SLO (0.0-1.0) ``name`` : *Optional* [ *str* ] = ``None`` Human-readable name for this SLO ``metric`` : *str* = ``"ttfc"`` The metric key this SLO applies to ``value`` : *float* = ``-1.0`` The constant value for the SLO. If a percentage, from 0 to 1. If a time, in seconds.