Uses of Class
io.smallrye.metrics.app.EWMA
-
Packages that use EWMA Package Description io.smallrye.metrics.app -
-
Uses of EWMA in io.smallrye.metrics.app
Methods in io.smallrye.metrics.app that return EWMA Modifier and Type Method Description static EWMAEWMA. 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 EWMAEWMA. 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 EWMAEWMA. oneMinuteEWMA()Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
-