-
Notifications
You must be signed in to change notification settings - Fork 11
feat(dogstatsd): add dogstatsd top
#2185
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
Open
thieman
wants to merge
44
commits into
main
Choose a base branch
from
thieman/dogstatsd-top
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
3fd70d5
feat(components): expose aggregate context snapshots
thieman 20edec2
fix(components): expose optional snapshot units
thieman 686911b
fix(components): account for snapshot lifecycle
thieman 49d42fc
feat(adp): analyze DogStatsD context artifacts
thieman db0ffb6
perf(adp): buffer context dump decoding
thieman bc31245
perf(adp): keep context readers monomorphic
thieman a82c886
feat(adp): publish secure DogStatsD context dumps
thieman fda80c8
fix(adp): harden context dump staging
thieman a7ff331
feat(adp): expose authenticated context dump API
thieman f482dab
test(adp): cover stopped snapshot owners
thieman c3f11ef
perf(adp): bound snapshot coordination memory
thieman 4a835be
fix(components): export pending snapshot responses
thieman 165e9d7
feat(adp): authenticate context dump requests
thieman 80d5831
fix(io): normalize supplied HTTP ALPN
thieman d0cd029
feat(adp): add DogStatsD top commands
thieman dff7a9f
fix(adp): redact context artifact errors
thieman 6c098ef
feat(adp): wire retained contexts into DogStatsD control
thieman 65e49d5
test(adp): bound context route requests
thieman 32d422f
test(adp): cover retained context lifecycle
thieman 04f0683
perf(adp): benchmark retained context dumps
thieman b000044
perf(adp): stabilize context dump benchmarks
thieman 420ac1b
docs(adp): explain DogStatsD retained context dumps
thieman 09584d6
docs(adp): keep generated configuration unchanged
thieman f77bb2b
perf(components): skip abandoned context snapshots
thieman 8ff54e6
fix(adp): secure Windows context dump files
thieman 601a5a1
test(adp): remove root-dependent permission checks
thieman 628c008
test(integration): verify DogStatsD top end to end
thieman d38aec8
test(integration): verify bidirectional context dump interop
thieman 8a59e08
test(adp): pin NDJSON fixtures to LF
thieman 40386b6
refactor(adp): simplify context dump implementation
thieman 19ecea9
fix(adp): align context dump API with Agent
thieman f4bac43
docs(adp): record context dump benchmark baselines
thieman 4ab0452
test(integration): cover DogStatsD top on Windows
thieman 60a1f81
fix(airlock): normalize Windows bind source paths
thieman 753aa79
Revert "fix(airlock): normalize Windows bind source paths"
thieman 2d873aa
test(integration): inline Windows DogStatsD top script
thieman 825785d
refactor(adp): simplify context dump publication
thieman 6454800
docs(adp): refresh context dump benchmark baseline
thieman de53306
refactor(adp): apply simple DogStatsD review cleanups
thieman c5628a4
fix(adp): drop legacy mum-tags option
thieman 882be00
chore(adp): remove retained-context benchmarks
thieman 530e9fb
test(adp): remove redundant control-surface tests
thieman b95df47
refactor(adp): rely on privileged API access control
thieman dcd2a8e
refactor(adp): use existing privileged API client
thieman 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # NDJSON fixtures are byte-compared with compressed streams and must not be translated to CRLF. | ||
| *.ndjson text eol=lf | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.