Removed accidental sample change

This commit is contained in:
jerevoss 2023-06-02 14:21:55 -07:00
Родитель 58f20ec139
Коммит d7ceb65711
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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()