Uses of Class
io.dropwizard.metrics5.EWMA
-
Uses of EWMA in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return EWMAModifier and TypeMethodDescriptionstatic EWMA
EWMA.fifteenMinuteEWMA()
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.static EWMA
EWMA.fiveMinuteEWMA()
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.static EWMA
EWMA.oneMinuteEWMA()
Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.