|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +* `TracerProvider`s can now have a sampler configured via the |
| 6 | + `OTEL_TRACES_SAMPLER` environment variable. The supported values are: |
| 7 | + `always_off`, `always_on`, `traceidratio`, `parentbased_always_on`, |
| 8 | + `parentbased_always_off`, and `parentbased_traceidratio`. The options |
| 9 | + `traceidratio` and `parentbased_traceidratio` may have the sampler probability |
| 10 | + configured via the `OTEL_TRACES_SAMPLER_ARG` environment variable. |
| 11 | + For details see: [OpenTelemetry Environment Variable |
| 12 | + Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration). |
| 13 | + ([#5448](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5448)) |
| 14 | + |
5 | 15 | ## 1.8.0-beta.1 |
6 | 16 |
|
7 | 17 | Released 2024-Mar-14 |
@@ -81,16 +91,6 @@ Released 2024-Mar-14 |
81 | 91 | Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#exemplar). |
82 | 92 | ([#5412](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5412)) |
83 | 93 |
|
84 | | -* `TracerProvider`s can now have a sampler configured via the |
85 | | - `OTEL_TRACES_SAMPLER` environment variable. The supported values are: |
86 | | - `always_off`, `always_on`, `traceidratio`, `parentbased_always_on`, |
87 | | - `parentbased_always_off`, and `parentbased_traceidratio`. The options |
88 | | - `traceidratio` and `parentbased_traceidratio` may have the sampler probability |
89 | | - configured via the `OTEL_TRACES_SAMPLER_ARG` environment variable. |
90 | | - For details see: [OpenTelemetry Environment Variable |
91 | | - Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration). |
92 | | - ([#5448](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5448)) |
93 | | - |
94 | 94 | ## 1.7.0 |
95 | 95 |
|
96 | 96 | Released 2023-Dec-08 |
|
0 commit comments