-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Commits on Jul 30, 2018
-
added histogram latency information to Hystrix dashboard stream
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92f2a12 - Browse repository at this point
Copy the full SHA 92f2a12View commit details
Commits on Aug 1, 2018
-
use absl::string_view and add 99.5 percentile
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aec25a - Browse repository at this point
Copy the full SHA 5aec25aView commit details
Commits on Aug 2, 2018
-
fixed admin_test to include added percentile
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a37a9a5 - Browse repository at this point
Copy the full SHA a37a9a5View commit details -
fixed thread_local_store_test to include added percentile
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e8b632 - Browse repository at this point
Copy the full SHA 1e8b632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b03da0 - Browse repository at this point
Copy the full SHA 7b03da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b2d37 - Browse repository at this point
Copy the full SHA 87b2d37View commit details
Commits on Aug 4, 2018
-
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]>
Configuration menu - View commit details
-
Copy full SHA for af829b3 - Browse repository at this point
Copy the full SHA af829b3View commit details
Commits on Aug 6, 2018
-
use %g instead of if statement to print quantiles. move histogram map…
… out of cache Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bb6ba2 - Browse repository at this point
Copy the full SHA 9bb6ba2View commit details
Commits on Aug 8, 2018
-
use tags to find histogram and cluster name. added assertions
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd40d1a - Browse repository at this point
Copy the full SHA bd40d1aView commit details
Commits on Aug 12, 2018
-
on work. commiting so I can merge upstream
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b929103 - Browse repository at this point
Copy the full SHA b929103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fae8a - Browse repository at this point
Copy the full SHA 04fae8aView commit details -
adding histogram test and fix review comments
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94929e5 - Browse repository at this point
Copy the full SHA 94929e5View commit details
Commits on Aug 17, 2018
-
simplified for loop, removed comment
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb95fdf - Browse repository at this point
Copy the full SHA eb95fdfView commit details
Commits on Aug 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 34afb7b - Browse repository at this point
Copy the full SHA 34afb7bView commit details
Commits on Aug 23, 2018
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e780519 - Browse repository at this point
Copy the full SHA e780519View commit details -
accidently changed unrelated test. reverting
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e30818c - Browse repository at this point
Copy the full SHA e30818cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbc77c - Browse repository at this point
Copy the full SHA 9bbc77cView commit details
Commits on Aug 28, 2018
-
added RAII wrapper to histograms + minor changes
Signed-off-by: trabetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf3adc9 - Browse repository at this point
Copy the full SHA cf3adc9View commit details
Commits on Aug 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3d6395a - Browse repository at this point
Copy the full SHA 3d6395aView commit details