opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

WildFly 19 configuration #82

Open blackat opened 4 years ago

blackat commented 4 years ago

Hello, is there any tutorial or guide to configure the jdbc trace for WildfFly or any other application server without touching the application or the JPA persistent unit? Our application is in JTA mode so we configure the datasource in the application server but we don't instantiate it directly.

In the source folder I have not seen any class specific for MSSQL, could it be an issue?

Thanks for your attention.

malafeev commented 4 years ago

there is no tutorial, but probably you can load TracingDriver jar and change jdbc url to start with jdbc:tracing:. but unfortunately I cannot help on this.