Add percentile sampler
Closed this issue · 0 comments
mpenet commented
that would be a nice alternative to the simple moving average we have now and actually be very convenient to handle outliers on some levels.
Could be done "naively" or using something like t-digest maybe - https://github.com/tdunning/t-digest in which case we might want to generalize more and allow more options on the way we compute the "avg" rtt.