File tree Expand file tree Collapse file tree
src/OpenTelemetry.Exporter.OpenTelemetryProtocol Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ Notes](../../RELEASENOTES.md).
1111 requires ` OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH ` when
1212 ` OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk ` is configured. The exporter no
1313 longer falls back to a shared temp directory by default.
14+ To retain the previous behaviour, set the
15+ ` OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH ` environment
16+ variable to the value one of the following environment variables:
17+
18+ * ` TMP ` , ` TMP ` , or ` USERPROFILE ` ([ Windows] ( https://learn.microsoft.com/windows/win32/api/fileapi/nf-fileapi-gettemppath2w#remarks ) )
19+ * ` TMPDIR ` (or the literal value ` /tmp/ ` ) ([ Linux] ( https://learn.microsoft.com/dotnet/api/system.io.path.gettemppath?tabs=linux ) ,
20+ [ macOS] ( https://learn.microsoft.com/dotnet/api/system.io.path.gettemppath?tabs=macos ) ).
21+
22+ ([ #7106 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/7106 ) )
1423
1524* Fixed an issue in OTLP/gRPC retry handling where parsing gRPC status.
1625 ([ #7064 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/7064 ) )
You can’t perform that action at this time.
0 commit comments