Skip to content

Commit dca628c

Browse files
committed
Missed a couple
1 parent 1e4a1f1 commit dca628c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

azure-monitor-opentelemetry/samples/logging/correlated_logs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
from azure.monitor.opentelemetry import configure_azure_monitor
1010
from opentelemetry import trace
1111

12-
configure_azure_monitor(
13-
# connection_string="<your-connection-string>",
14-
)
12+
configure_azure_monitor()
1513

1614
logger = getLogger(__name__)
1715
tracer = trace.get_tracer(__name__)

azure-monitor-opentelemetry/samples/tracing/http_flask.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
from azure.monitor.opentelemetry import configure_azure_monitor
88

99
# Configure Azure monitor collection telemetry pipeline
10-
configure_azure_monitor(
11-
# connection_string="<your-connection-string>",
12-
)
10+
configure_azure_monitor()
1311

1412
app = flask.Flask(__name__)
1513

0 commit comments

Comments
 (0)