| Package | Description |
|---|---|
| fish.payara.microprofile.metrics.impl |
| Modifier and Type | Method and Description |
|---|---|
static ExponentiallyWeightedMovingAverage |
ExponentiallyWeightedMovingAverage.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 ExponentiallyWeightedMovingAverage |
ExponentiallyWeightedMovingAverage.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 ExponentiallyWeightedMovingAverage |
ExponentiallyWeightedMovingAverage.oneMinuteEWMA()
Creates a new EWMA which is equivalent to the UNIX one minute load
average and which expects to be ticked every 5 seconds.
|
Copyright © 2021. All rights reserved.