SQL tracing: Support safely capturing parameterized SQL queries
Open
enhancement
- Dominant language
- Java
- Stars
- 100
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
I am running a Spring webapp with this configuration:
dataSource.setJdbcInterceptors("com.amazonaws.xray.sql.mysql.TracingInterceptor;");
Debugging confirms I am running into the TracingInterceptor and inside that, I can even see the sql inside the TracingInterceptor.
However, in the AWS XRay Console I cannot see the SQL commandos fired, just some meta data (like connection information).
Am I supposed to see the raw SQL running against a database? If yes, is there any additional step I missed?
Contributor guide
Assessment
This issue has not been assessed yet.