python-sqlalchemy icon indicating copy to clipboard operation
python-sqlalchemy copied to clipboard

OpenTracing instrumentation for SQLAlchemy

Results 6 python-sqlalchemy issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, can you make this supported by `opentracing

Thanks for making this! At the moment, opentracing is at version 2.2. To be able to use this repo, we must either bump the version in the `install_requires`, or remove...

when flask_tracer is true, use flask_tracer's current span as default span. this helps us tracing easy when using sqlalchemy with flask.

``` $ pip install sqlalchemy_opentracing Collecting sqlalchemy_opentracing Using cached https://files.pythonhosted.org/packages/6c/b6/b287ef696356ad4007e9a43b6730fe53b8d0a0ed1109c9969f2a87b59497/sqlalchemy_opentracing-0.1.5.tar.gz Requirement already satisfied: sqlalchemy in ./venv/lib/python3.6/site-packages (from sqlalchemy_opentracing) (1.1.11) Collecting opentracing=1.1 (from sqlalchemy_opentracing) Using cached https://files.pythonhosted.org/packages/40/12/abd02daa323540302016280650123e7d1cc10b448b40b7e40fffc23ce339/opentracing-1.1.0.tar.gz Collecting futures (from opentracing=1.1->sqlalchemy_opentracing)...