opentracing-contrib / java-jdbc

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

Support for XA datasources #122

Open fin-steenbjerg-jyskebank-dk opened 2 years ago

fin-steenbjerg-jyskebank-dk commented 2 years ago

I have several applications configured to use XA datasources and would like to have tracing added to these applications. As far as I can see this requires an implementation of java.sql.XADatasource in order to work (it certainly fails if a add tracing to an XA connection url). Is there any plans for supporting XA datasources?