-
Notifications
You must be signed in to change notification settings - Fork 315
Full mode for SQL Server #7186
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
Full mode for SQL Server #7186
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
7bff59f
Full mode APM/DBM for SQL Server
nenadnoveljic 27f8857
Full mode APM/DBM for SQL Server
nenadnoveljic b2698c8
Add support for prepared queries
nenadnoveljic 5540a39
githooks
nenadnoveljic 33fde67
instrumented the concrete class
nenadnoveljic d1cb730
if
nenadnoveljic d283d0a
trigger only for oracle
nenadnoveljic fce6234
reformat context_info
nenadnoveljic bb29e39
reformat contect_info
nenadnoveljic e200b53
instrument the instrumentation
nenadnoveljic cf4e7b2
sleep in context_info
nenadnoveljic df4fc90
adjust span start time
nenadnoveljic 20fb17f
bug fix for time manipulation
nenadnoveljic c4aa15e
no nested spans
nenadnoveljic 1953540
instrumented span as sqlserver
nenadnoveljic 98d4bfa
prevent injecting trace parent in service mode
nenadnoveljic 33dc8b0
concurrent durations
nenadnoveljic b7b2ba7
return from prepared statement
nenadnoveljic 55d621b
inject main span
nenadnoveljic e040d58
invert the spans
nenadnoveljic c4ae679
cleanup
vandonr 81e0c1a
factorize set context code
vandonr baa05a9
remove todo and commented code
vandonr 5d816f8
also generate scope for null spans
nenadnoveljic 9a9ec00
fix test full mode supported
nenadnoveljic 32d383b
overlapping spans for prepared statements
nenadnoveljic 129af61
precreated span_id (sibling spans)
nenadnoveljic f459700
reformat
nenadnoveljic 79551b3
factorize isSqlServer
nenadnoveljic 20c90db
updated setContextInfo doc
nenadnoveljic 98d657c
localize spanID
nenadnoveljic 88b7221
format
nenadnoveljic 694fe60
tag instrumentation
nenadnoveljic b170a00
removing underscore before dd.instrumentation tag
nenadnoveljic d9a1fed
format
nenadnoveljic 6bdb1cf
fixed prepared statement test
nenadnoveljic fbe2b8a
format
nenadnoveljic 40386f7
empty commit
nenadnoveljic 7c0e3d1
Test classes
nenadnoveljic 0d57bc1
added sqlserver test
nenadnoveljic 10d5fd6
added sqlserver container
nenadnoveljic 6b01b4d
removed SQL Server test file
nenadnoveljic 69715da
refactoring: use constants
nenadnoveljic 0b19e31
added test cases
nenadnoveljic c69b2a2
fix formatting
nenadnoveljic 4a0c3b9
Added test cases
nenadnoveljic 6706a0d
boolean instrumentation tag
nenadnoveljic 6bd51da
added instrumentation span
nenadnoveljic ed1b0d4
fixed tests
nenadnoveljic 31ae1cf
normalized db type
nenadnoveljic 933e813
Update dd-java-agent/instrumentation/jdbc/src/main/java/datadog/trace…
nenadnoveljic ce8069a
Update dd-java-agent/instrumentation/jdbc/src/main/java/datadog/trace…
nenadnoveljic bffed95
activate span on return
nenadnoveljic 414f924
statement.close in finally
nenadnoveljic 7b47f62
prepared instrumentation statement
nenadnoveljic d580d01
prepare call with literal value
nenadnoveljic c253b32
prepared statements
nenadnoveljic ba74ddf
delete commented lines
nenadnoveljic 70721bc
without DatatypeConverter
nenadnoveljic 7c8a954
version as constant
nenadnoveljic fcb763c
context_info as bytes array
nenadnoveljic b5217d1
eliminate string conversions completely
nenadnoveljic 5de92f3
use bytebuffer
nenadnoveljic c3e9fa9
improved exception handling
nenadnoveljic 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
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.