-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Stats: Add iteration and sink predicates for histograms #19166
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
41 commits
Select commit
Hold shift + click to select a range
deb76f8
Add ability to filter stats to be flushed to sinks.
pradeepcrao 6215133
Merge remote-tracking branch 'upstream/main' into stats_filter2
pradeepcrao 5c593e3
Merge remote-tracking branch 'upstream/main' into stats_filter2
pradeepcrao e0f6a99
Add tests for histograms.
pradeepcrao 58d423a
Merge remote-tracking branch 'upstream/main' into stats_filter2
pradeepcrao d82fb8f
Fix format.
pradeepcrao b8c7472
Merge remote-tracking branch 'upstream/main' into stats_filter2
pradeepcrao 6f0eecc
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 0a95f77
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 5798431
Fix tests.
pradeepcrao 155447b
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao b430e67
Add tests.
pradeepcrao 2544e4f
Address feedback.
pradeepcrao 2376924
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 560a6f9
Fix test.
pradeepcrao bb2de6e
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao eb89117
Add method to get sink predicates from StoreRoot.
pradeepcrao 3394bf9
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 9ae13c6
Fix Format.
pradeepcrao f68aa44
Address feedback.
pradeepcrao 9a85185
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao e05a2af
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 0af4da8
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 8782f8f
Test memory increase for histograms with sink predicates
pradeepcrao b69e73c
Modify test.
pradeepcrao 240f8d6
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao ea50616
Add runtime feature guard for includeHistograms
pradeepcrao a367aa6
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao d7363ce
Fix test.
pradeepcrao 14b5b00
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 169d606
Address feedback.
pradeepcrao 8bb64be
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao d73b86a
Address Feedback.
pradeepcrao 41aa92a
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao d6e7ac2
Add release note.
pradeepcrao d591fe6
Fix CI.
pradeepcrao 179c993
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 68fd78d
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 2b3f79a
Fix failure.
pradeepcrao 9df5736
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao bd123a2
Merge remote-tracking branch 'upstream/main' into histograms
pradeepcrao 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
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.
Why is a FALSE_RUNTIME_GUARD instead of a RUNTIME_GUARD?
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.
This disables filtering the histograms by default, so envoy users using sink predicates will not experience histograms silently not being flushed to sinks.