Commit a98a3c9
committed
Align library PreparedStatement instrumentation with javaagent
Remove parameter capture from methods that are not instrumented in the javaagent version:
- setByte: not captured in javaagent
- setObject(int, Object, int, int): 4-parameter overload not captured
- setObject(int, Object, SQLType): JDBC 4.2 method not captured
- setObject(int, Object, SQLType, int): JDBC 4.2 method not captured
This ensures library and javaagent instrumentation have consistent behavior.1 parent ce7a2fc commit a98a3c9
File tree
1 file changed
+0
-4
lines changed- instrumentation/jdbc/library/src/main/java/io/opentelemetry/instrumentation/jdbc/internal
1 file changed
+0
-4
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
261 | | - | |
262 | 260 | | |
263 | 261 | | |
264 | 262 | | |
| |||
422 | 420 | | |
423 | 421 | | |
424 | 422 | | |
425 | | - | |
426 | 423 | | |
427 | 424 | | |
428 | 425 | | |
429 | 426 | | |
430 | 427 | | |
431 | | - | |
432 | 428 | | |
433 | 429 | | |
434 | 430 | | |
| |||
0 commit comments