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

Add approximate tracking quantile summaries. #859

Closed

Commits on Apr 23, 2021

  1. Add ApproxSummary and quantile trackers.

    ApproxSummary cheaply maintains approximate quantiles and outputs them
    as a Summary.
    
    Signed-off-by: Andrew McGregor <amcgregor@fastly.com>
    andrewmcgr committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    558d0ca View commit details
    Browse the repository at this point in the history
  2. Fixup ApproxSummary tests.

    Signed-off-by: Andrew McGregor <amcgregor@fastly.com>
    andrewmcgr committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    938af5d View commit details
    Browse the repository at this point in the history
  3. Fix some test issues.

    Signed-off-by: Andrew McGregor <amcgregor@fastly.com>
    andrewmcgr committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    be7b659 View commit details
    Browse the repository at this point in the history
  4. Add copyright to quantile tracker sources

    Signed-off-by: Andrew McGregor <amcgregor@fastly.com>
    andrewmcgr committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5e036d6 View commit details
    Browse the repository at this point in the history
  5. Deflake tests.

    Signed-off-by: Andrew McGregor <amcgregor@fastly.com>
    andrewmcgr committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    fd0640c View commit details
    Browse the repository at this point in the history
  6. Deflake more tests.

    Signed-off-by: Andrew McGregor <amcgregor@fastly.com>
    andrewmcgr committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    d34f2cf View commit details
    Browse the repository at this point in the history