mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-05 22:09:56 +08:00

* respect provided tracer provider when instrumenting sqlalchemy This change updates the SQLALchemyInstrumentor to respect the tracer provider that is passed in through the kwargs when patching the `create_engine` functionality provided by SQLAlchemy. Previously, it would default to the global tracer provider. * feedback: pass in tracer_provider directly rather than kwargs * feedback: update changelog * build: lint