File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/monitor/azure-monitor-opentelemetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ You can pass Azure monitor OpenTelemetry exporter configuration parameters direc
8282...
8383configure_azure_monitor(
8484 connection_string = " <your-connection-string>" ,
85- disable_offline_storage = True ,
85+ disable_offline_storage = True ,
8686)
8787...
8888```
153153[ ot_instrumentation_urllib3_version ] : https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/instrumentation/opentelemetry-instrumentation-urllib3/src/opentelemetry/instrumentation/urllib3/package.py#L16
154154[ opentelemetry_spec_resource ] : https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-sdk
155155[ opentelemetry_spec_resource_attributes ] : https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable
156- [ opentelemetry_spec_service_name ] : https://github.com/open-telemetry/opentelemetry-specification/tree /main/specification /resource/semantic_conventions#semantic-attributes-with-sdk-provided-default-value
156+ [ opentelemetry_spec_service_name ] : https://github.com/open-telemetry/semantic-conventions/blob /main/docs /resource/README.md#service
157157[ opentelemetry_spec_view ] : https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#view
158158[ pip ] : https://pypi.org/project/pip/
159159[ pypi_django ] : https://pypi.org/project/Django/
You can’t perform that action at this time.
0 commit comments