QuantileFilter
@Serializable
@SerialName(value = "QuantileFilter")
Spec for QuantileFilterStat: DDSketch-backed quantile-threshold anomaly detector.
Constructors
QuantileFilter
Properties
probability
Probability in (0, 1) at which the threshold is evaluated.
relativeError
Relative-error guarantee passed to the underlying DDSketch.