Skip to content

Commit cf42fd5

Browse files
committed
improve changelog
1 parent 95411ca commit cf42fd5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • src/OpenTelemetry.Exporter.OpenTelemetryProtocol

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)