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
The current ResettableCounter implementation returns an accumulated count since the last reset. To better match the behavior of other Counter implementations and to be more usable with multiple pollers running at different frequencies it should return a rate per second since the last reset.
The slight complication here is that it implements Counter which is a Monitor and it really should return a double for the computed rate.
The text was updated successfully, but these errors were encountered:
The current ResettableCounter implementation returns an accumulated count since the last reset. To better match the behavior of other Counter implementations and to be more usable with multiple pollers running at different frequencies it should return a rate per second since the last reset.
The slight complication here is that it implements Counter which is a Monitor and it really should return a double for the computed rate.
The text was updated successfully, but these errors were encountered: