Skip to content

Commit 0336c59

Browse files
author
Juliano Leal Goncalves
committed
📝 Move OTEL_TRACES_SAMPLER_* feature changelog from '1.8.0-beta.1' to 'Unreleased'
The feature was added to the codebase _after_ `1.8.0-beta.1` had already been cut. It should be made available in the next release instead, which is why it should be in the "Unreleased" section of the changelog. This was originally introduced in: - [sdk-traces] Add support for OTEL_TRACES_SAMPLER and OTEL_TRACES_SAMPLER_ARG (open-telemetry#5448) (76cafe5)
1 parent dfdbf01 commit 0336c59

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/OpenTelemetry/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

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+
515
## 1.8.0-beta.1
616

717
Released 2024-Mar-14
@@ -81,16 +91,6 @@ Released 2024-Mar-14
8191
Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#exemplar).
8292
([#5412](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5412))
8393

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-
9494
## 1.7.0
9595

9696
Released 2023-Dec-08

0 commit comments

Comments
 (0)