Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit d6aa639

Browse files
lzchenhectorhdzg
andauthored
Update azure_monitor/examples/metrics/simple.py
Co-Authored-By: Hector Hernandez <[email protected]>
1 parent ffa0b70 commit d6aa639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_monitor/examples/metrics/simple.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
metrics.set_meter_provider(MeterProvider())
1010
meter = metrics.get_meter(__name__)
1111
exporter = AzureMonitorMetricsExporter(
12-
# connection_string="InstrumentationKey=<INSTRUMENTATION KEY HERE>"
12+
connection_string="InstrumentationKey=<INSTRUMENTATION KEY HERE>"
1313
)
1414
controller = PushController(meter, exporter, 5)
1515

0 commit comments

Comments
 (0)