You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-sqlalchemy/src/opentelemetry/instrumentation/sqlalchemy/__init__.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,14 +103,16 @@
103
103
engine=engine,
104
104
)
105
105
106
+
.. code:: python
107
+
106
108
# of the async variant of SQLAlchemy
107
109
108
110
from sqlalchemy.ext.asyncio import create_async_engine
109
111
110
112
from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor
0 commit comments