-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add trace injection for prepared statements in Postgres (#7940)
* trace injection for prepared statements * parmeter * measure instrumentation time * test cases * test cases * restored remote tests * check concatenated string * SpotBugs annotation * new test cases * renamed TIME_MS to INSTRUMENTATION_TIME_MS * compile regex * catch Throwable * fix sized StringBuilder * removed inner catch * pattern as class variable * Update dd-java-agent/instrumentation/jdbc/src/main/java/datadog/trace/instrumentation/jdbc/JDBCDecorator.java Co-authored-by: Raphaël Vandon <[email protected]> * log only if isDebugEnabled * switched to setClientInfo --------- Co-authored-by: Raphaël Vandon <[email protected]> Co-authored-by: Andrea Marziali <[email protected]>
- Loading branch information
1 parent
5dd63de
commit 11a429c
Showing
7 changed files
with
203 additions
and
75 deletions.
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
Oops, something went wrong.