You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, metrics use default reservoir which is ExponentiallyDecayingReservoir.
Depending on implementation of #23, this might be already taken care of. If not, usage of SlidingTimeWindowReservoir should be considered, or even better configuration option to setup any of the following:
ExponentiallyDecayingReservoir
SlidingTimeWindowReservoir
SlidingWindowReservoir
UniformReservoir
The text was updated successfully, but these errors were encountered:
Currently, metrics use default reservoir which is
ExponentiallyDecayingReservoir
.Depending on implementation of #23, this might be already taken care of. If not, usage of
SlidingTimeWindowReservoir
should be considered, or even better configuration option to setup any of the following:The text was updated successfully, but these errors were encountered: