You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-opentelemetry-exporter/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,8 @@ For more information about these resources, see [What is Azure Monitor?][product
133
133
All configuration options can be passed through the constructors of exporters through `kwargs`. Below is a list of configurable options.
134
134
135
135
`connection_string`: The connection string used for your Application Insights resource.
136
-
`enable_local_storage`: Boolean value to determine whether to store failed telemetry records for retry. Defaults to `True`.
137
-
`storage_path`: Storage path in which to store retry files. Defaults to `<tempfile.gettempdir()>/opentelemetry-python-<your-instrumentation-key>`.
136
+
`disable_offline_storage`: Boolean value to determine whether to disable storing failed telemetry records for retry. Defaults to `False`.
137
+
`storage_directory`: Storage directory in which to store retry files. Defaults to `<tempfile.gettempdir()>/Microsoft/AzureMonitor/opentelemetry-python-<your-instrumentation-key>`.
:keyword str api_version: The service API version used. Defaults to latest.
61
62
:keyword str connection_string: The connection string used for your Application Insights resource.
62
-
:keyword bool enable_local_storage: Determines whether to store failed telemetry records for retry. Defaults to `True`.
63
-
:keyword str storage_path: Storage path in which to store retry files. Defaults to `<tempfile.gettempdir()>/opentelemetry-python-<your-instrumentation-key>`.
63
+
:keyword bool disable_offline_storage: Determines whether to disable storing failed telemetry records for retry. Defaults to `False`.
64
+
:keyword str storage_directory: Storage path in which to store retry files. Defaults to `<tempfile.gettempdir()>/opentelemetry-python-<your-instrumentation-key>`.
0 commit comments