-
Notifications
You must be signed in to change notification settings - Fork 5.3k
stats: Create stats for http codes with the symbol table. #6733
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
32 commits
Select commit
Hold shift + click to select a range
559b0f8
stats: Convert HTTP Codes implementation to use the SymbolTable API f…
jmarantz ef296bc
Add and use a new helper class to manage a colleciton of StatNameStor…
jmarantz a98a873
Use StatNameManagedContainer to help manage symbol name storage in Ht…
jmarantz f4e3c68
tweak naming
jmarantz ab809e9
Another round of name tweaks.
jmarantz a4e94d0
Remove the nickname for uint8_t -- upon looking at the code I don't t…
jmarantz 215ad30
Plumb through the stats prefix as StatName through the RequestInfo st…
jmarantz fb02984
partially populate the zone info as StatName; not done yet.
jmarantz 29d6b63
Merge branch 'master' into http-codes-with-symtab
jmarantz 4036dbb
Merge branch 'master' into http-codes-with-symtab
jmarantz c203b86
Partial plumbing of StatName into everywhere required to generate sta…
jmarantz 53bb040
fromat
jmarantz cb89eb2
Merge branch 'master' into http-codes-with-symtab
jmarantz a5dbe5e
checkpoint
jmarantz 50d2b31
Merge branch 'master' into http-codes-with-symtab
jmarantz 1efef35
Fix tests & format.
jmarantz aae1cc9
cleanups
jmarantz 9f74955
Add more commentary around StatNamePool::addReturningStorage().
jmarantz 0d56592
Merge branch 'master' into http-codes-with-symtab
jmarantz 5c30bb4
Privatize name() for a couple of classes to avoid redundantly storing…
jmarantz feaaf06
Remove superflous name() methods and member variables.
jmarantz 5ccd4c0
Clean up comments.
jmarantz be57c0a
Address review comments.
jmarantz 7c34b09
Merge branch 'master' into http-codes-with-symtab
jmarantz a231ab9
Merge branch 'master' into http-codes-with-symtab
jmarantz aba608c
Merge branch 'master' into http-codes-with-symtab
jmarantz 7d1bf54
Remove some temps and member variables that are not used.
jmarantz 7ceb01a
Fold RequestCodeGroup nested class into CodeStats, now that only one …
jmarantz cb58e6f
Address review comments.
jmarantz 266beee
Add missing test coverage and clean up gropu handling for invalid sta…
jmarantz 900e12c
Merge branch 'master' into http-codes-with-symtab
jmarantz ffb1e4b
Constified a few variables and moved a lambda to a method.
jmarantz 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
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.
Uh oh!
There was an error while loading. Please reload this page.