We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49268f commit 703f869Copy full SHA for 703f869
azure-monitor-opentelemetry/samples/tracing/manual.py
@@ -3,10 +3,9 @@
3
# Licensed under the MIT License. See License in the project root for
4
# license information.
5
# --------------------------------------------------------------------------
6
-from sqlalchemy import create_engine, text
7
-
8
from azure.monitor.opentelemetry import configure_azure_monitor
9
from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor
+from sqlalchemy import create_engine, text
10
11
configure_azure_monitor(
12
connection_string="<your-connection-string>",
0 commit comments