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 1e4a1f1 commit dca628cCopy full SHA for dca628c
azure-monitor-opentelemetry/samples/logging/correlated_logs.py
@@ -9,9 +9,7 @@
9
from azure.monitor.opentelemetry import configure_azure_monitor
10
from opentelemetry import trace
11
12
-configure_azure_monitor(
13
- # connection_string="<your-connection-string>",
14
-)
+configure_azure_monitor()
15
16
logger = getLogger(__name__)
17
tracer = trace.get_tracer(__name__)
azure-monitor-opentelemetry/samples/tracing/http_flask.py
@@ -7,9 +7,7 @@
7
8
# Configure Azure monitor collection telemetry pipeline
app = flask.Flask(__name__)
0 commit comments