-
Notifications
You must be signed in to change notification settings - Fork 375
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
DEBUG-2334 remaining dynamic instrumentation code #4098
Open
p-datadog
wants to merge
35
commits into
master
Choose a base branch
from
di-rest-2
base: master
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.
+1,042
−92
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
b14f2c4
DEBUG-2334 respect maxFieldCount in probe specification
p f24e240
respect probe max capture depth and attribute count in serializer
p 31a11b4
types
p 1043244
rest of di
p ffb9216
fix test
p 0a6598d
types
p 22c6ea2
types
p 64f4e11
rubocop
p 38965bb
enable script compiled trace point
p 271ab6e
use real DI component
p 834a750
rename state
p 3d6794e
shutdown di
p b431c81
add an exception boundary around probe parsing, ensure subsequent pro…
p 352e966
standard
p 71940b2
standard
p 709b1f8
mock DI component
p 67d0974
disable code tracking in test suite
p 9a09c7f
fix test
p bebcc98
rubocop
p cb20403
types
p 0b3b657
deactivate only when possible
p fcd5250
do not fail if code tracking cannot be activated
p bc96062
types
p 8ddc554
wip di current component
p 796351c
Merge branch 'master' into di-rest-2
p-datadog e81dba1
only activate code tracking by default if DD_DYNAMIC_INSTRUMENTATION_…
p 11b9b97
delete obsolete mock
p 842448a
explain old_state
p d768469
clarify DI vs remote
p 8e9c753
explain current component
p fca425a
types
p 44d14e0
types
p 96bd24d
explain adding and removing current component
p ce16373
note current understanding of DI component presence in remote
p d3fe663
deindent
p 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 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 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 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 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 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 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.
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.
@marcotc I added a note here per your comment in the other PR, does it sound OK to you?