-
Notifications
You must be signed in to change notification settings - Fork 5.3k
added histogram latency information to Hystrix dashboard stream #3986
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
92f2a12
added histogram latency information to Hystrix dashboard stream
trabetti 5aec25a
use absl::string_view and add 99.5 percentile
trabetti a37a9a5
fixed admin_test to include added percentile
trabetti 1e8b632
fixed thread_local_store_test to include added percentile
trabetti 7b03da0
merge and fix conflicts
trabetti 87b2d37
fix review coments
trabetti af829b3
review comments + use interval latency instead of cumulative. in cumu…
trabetti 9bb6ba2
use %g instead of if statement to print quantiles. move histogram map…
trabetti bd40d1a
use tags to find histogram and cluster name. added assertions
trabetti b929103
on work. commiting so I can merge upstream
trabetti 04fae8a
merge upstream
trabetti 94929e5
adding histogram test and fix review comments
trabetti eb95fdf
simplified for loop, removed comment
trabetti 34afb7b
merge upstream
trabetti e780519
added isnan check to the histogram values - otherwise hystrix dashboa…
trabetti e30818c
accidently changed unrelated test. reverting
trabetti 9bbc77c
add comment
trabetti cf3adc9
added RAII wrapper to histograms + minor changes
trabetti 3d6395a
review fixes
trabetti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this guaranteed? I.e. is this truly an invariant, or should we have error handling behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we discussed it here #3986 (comment)