forked from kamon-io/Kamon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sqlite-jdbc insrumentation for > 3.32.3.2 kamon-io#1008
This is more of a temporary workaround than a fix. It disables instrumentation on the non-prepared statement versions of queries
- Loading branch information
David Knapp
committed
Apr 27, 2021
1 parent
a6ebaca
commit 666017d
Showing
3 changed files
with
71 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
<root level="OFF"> | ||
<appender-ref ref="STDOUT"/> | ||
</root> | ||
</configuration> | ||
</configuration> |