Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Too short iteration interval is problematic for rate calculation on slow moving counters: small time delta pushes calculated rate way above the average rate for the couner. This PR revises logic introduced in #323 and limits minimum interval between iterations to a half of the configured check period to minimize negative effect on the rate calculations.
- Loading branch information