Package org.pipecraft.infra.monitoring.quantile
-
Interface Summary Interface Description ConcurrentQuantileEstimator Thread-safe quantile and cdf estimation -
Class Summary Class Description MultiQuantileDigest Thread Safe high-throughput quantile and cdf estimation.QuantileDigest A synchronized wrapper forcom.tdunning.math.stats.MergingDigestwhich is an implementation of t-digests.SlidingWindowQuantileDigest High throughput, thread safe, quantile and cdf estimation with a sliding window of time.