Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix counter reset for rate function #482

Merged
merged 1 commit into from
Aug 15, 2024

Commits on Aug 15, 2024

  1. Fix counter reset for rate function

    There is a subtle bug with the rate calculation where we record
    a counter reset even when the previous sample falls outside of the
    rate window. This leads to spurious spikes in results, especially
    when the step is larger than the rate interval.
    
    Signed-off-by: Filip Petkovski <[email protected]>
    fpetkovski committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d778da7 View commit details
    Browse the repository at this point in the history