Replies: 1 comment 2 replies
-
I doubt that anybody can give you precise instructions for that without debugging this and figuring out what is wrong. The code for the jdbc instrumentation is in https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jdbc. Use whatever debugging techniques you know to figure out why it doesn't work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The project utilizes com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl to enhance the functionality of PreparedStatement. When using the OpenTelemetry agent, the db.statement does not capture the correct SQL. How should I solve this issue? {...db.statement=com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl@?}
Beta Was this translation helpful? Give feedback.
All reactions