Class PercentileTimeToFirstByteEstimator

    • Field Detail

      • DEFAULT_MAX_SAMPLES_COUNT

        public static final int DEFAULT_MAX_SAMPLES_COUNT
        Deprecated.
        The default maximum number of samples.
        See Also:
        Constant Field Values
      • DEFAULT_PERCENTILE

        public static final float DEFAULT_PERCENTILE
        Deprecated.
        The default percentile to return.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PercentileTimeToFirstByteEstimator

        public PercentileTimeToFirstByteEstimator​(int numberOfSamples,
                                                  float percentile)
        Deprecated.
        Creates an instance.
        Parameters:
        numberOfSamples - The maximum number of samples to be kept in the sliding window.
        percentile - The percentile for estimating the time to the first byte.