diff --git a/azure-monitor-opentelemetry/samples/tracing/manual.py b/azure-monitor-opentelemetry/samples/tracing/manual.py index e25907a..7bbf1e5 100644 --- a/azure-monitor-opentelemetry/samples/tracing/manual.py +++ b/azure-monitor-opentelemetry/samples/tracing/manual.py @@ -4,9 +4,7 @@ # license information. # -------------------------------------------------------------------------- from azure.monitor.opentelemetry import configure_azure_monitor -from azure.monitor.opentelemetry._vendor.v0_38b0.opentelemetry.instrumentation.sqlalchemy import ( - SQLAlchemyInstrumentor, -) +from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor from sqlalchemy import create_engine, text configure_azure_monitor()