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

added histogram latency information to Hystrix dashboard stream #3986

Merged
merged 19 commits into from
Aug 29, 2018

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    92f2a12 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. use absl::string_view and add 99.5 percentile

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    5aec25a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. fixed admin_test to include added percentile

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    a37a9a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e8b632 View commit details
    Browse the repository at this point in the history
  3. merge and fix conflicts

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    7b03da0 View commit details
    Browse the repository at this point in the history
  4. fix review coments

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    87b2d37 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. review comments + use interval latency instead of cumulative. in cumu…

    …lative extreme values stay forever, real problems can't be distinguihsed from temporary
    
    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    af829b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. use %g instead of if statement to print quantiles. move histogram map…

    … out of cache
    
    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    9bb6ba2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    bd40d1a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. on work. commiting so I can merge upstream

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    b929103 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    04fae8a View commit details
    Browse the repository at this point in the history
  3. adding histogram test and fix review comments

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    94929e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. simplified for loop, removed comment

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    eb95fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. merge upstream

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    34afb7b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. added isnan check to the histogram values - otherwise hystrix dashboa…

    …rd freezes with stale values + sync to upstream and resolved conflicts
    
    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    e780519 View commit details
    Browse the repository at this point in the history
  2. accidently changed unrelated test. reverting

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    e30818c View commit details
    Browse the repository at this point in the history
  3. add comment

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    9bbc77c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. added RAII wrapper to histograms + minor changes

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    cf3adc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. review fixes

    Signed-off-by: trabetti <[email protected]>
    trabetti committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    3d6395a View commit details
    Browse the repository at this point in the history