opentracing-contrib / java-jdbc

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

Support for other databases like db2, mssql, and others #92

Closed oburgosm closed 3 years ago

oburgosm commented 4 years ago

Now, URLParser can extract data from:

It was useful extends it to support another databases like db2, mssql, and others.

I can do a PR for db2, as400 and mssql

malafeev commented 4 years ago

mssql is added by recent PR https://github.com/opentracing-contrib/java-jdbc/pull/89/files

others PRs are welcome

oburgosm commented 4 years ago

https://github.com/opentracing-contrib/java-jdbc/pull/93/files

quaff commented 4 years ago

Should this be closed now?