uber-common / opentracing-python-instrumentation

A collection of Python instrumentation tools for the OpenTracing API
MIT License
164 stars 58 forks source link

Consider supporting postgres for tracing #29

Closed SEJeff closed 7 years ago

SEJeff commented 7 years ago

In addition to mysql.

yurishkuro commented 7 years ago

if there postgres drivers that support dbapi2, then it should be simple, as here.

Are you interested in submitting a pull request?

SEJeff commented 7 years ago

psycopg2 does indeed follow PEP249 / dbapi2. I might take a stab at this, thanks!

yurishkuro commented 7 years ago

Please reopen if needed