-
Notifications
You must be signed in to change notification settings - Fork 323
Migrating all HttpServer Instrumentations to Extract full Context #8820
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
PerfectSlayer
merged 42 commits into
master
from
mhlidd/migrate_http_server_instrumentations
May 24, 2025
Merged
Changes from 34 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
54cdafc
supporting baggage in weblog related instrumentations
mhlidd 16094c9
simplifying startSpan
mhlidd ed234d3
adding support for AzureFunctionsInstrumentation
mhlidd a7a35a6
cleanup
mhlidd 8a5c90f
updateing grizzly instrumentations
mhlidd aacc0a0
updating PR comments and addressing failing unit tests
mhlidd 2d3aed6
fixing ambiguous overloading tests
mhlidd 0968d40
logging
mhlidd 7a956f7
logging 2
mhlidd e2fb44c
spotless
mhlidd 6b9b6e1
spotlesS
mhlidd 0bb7df6
updating tests
mhlidd e4a63f2
updating akkahttp
mhlidd ebdeafd
migrating all http server instrumentations to use Context and Context…
mhlidd 187f65c
update spray compilation error
mhlidd 44188ec
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
mhlidd 7f36c74
feat: Add more helpers to bytecode bridge
PerfectSlayer f36ba8d
applying advice to static calls to fromContext
mhlidd ddf872c
adding import
mhlidd 4e94f29
final import
mhlidd 2fb5557
change name to onrequest
mhlidd 5d4f0a8
adding casting to null
mhlidd 0120c2b
casting all null context calls to onRequest
mhlidd 2ce18b1
final casting
mhlidd cfa274d
fixing scala syntax
mhlidd 6cb87c5
fixing null
mhlidd ed2de2b
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
mhlidd 712c64b
casting null parameters in server decorator test
mhlidd 16b77ab
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
mhlidd 80529d3
fix appsec jetty visitor
smola 8893c3f
modifying jetty-common Method insn
mhlidd 51f7ad5
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
mhlidd c355d84
spotless
mhlidd f0967eb
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
mhlidd 4a43c8f
responding PR comments
mhlidd daebabd
removing null reference
mhlidd 27d88b2
updating jetty visitors
mhlidd 0b2c70e
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
mhlidd e0e508c
checking for NPE
mhlidd 070b15f
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
mhlidd 659b065
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
PerfectSlayer 4a2be23
Merge branch 'master' into mhlidd/migrate_http_server_instrumentations
PerfectSlayer 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
13 changes: 6 additions & 7 deletions
13
...-http-10.0/src/main/java/datadog/trace/instrumentation/akkahttp/DatadogWrapperHelper.java
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.
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.