Class LockFreeExponentiallyDecayingReservoir.Builder

java.lang.Object
io.dropwizard.metrics5.LockFreeExponentiallyDecayingReservoir.Builder
Enclosing class:
LockFreeExponentiallyDecayingReservoir

public static final class LockFreeExponentiallyDecayingReservoir.Builder extends Object
By default this uses a size of 1028 elements, which offers a 99.9% confidence level with a 5% margin of error assuming a normal distribution, and an alpha factor of 0.015, which heavily biases the reservoir to the past 5 minutes of measurements.