Skip to content

Commit

Permalink
adjust CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley committed Mar 14, 2024
1 parent 36d6c99 commit 236c14a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@
[IMetricsListener](https://learn.microsoft.com/dotNet/api/microsoft.extensions.diagnostics.metrics.imetricslistener).
([#5265](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5265))

* `TracerProvider`s can now have a sampler configured via the
`OTEL_TRACES_SAMPLER` environment variable. The supported values are:
`always_off`, `always_on`, `traceidratio`, `parentbased_always_on`,
`parentbased_always_off`, and `parentbased_traceidratio`. The options
`traceidratio` and `parentbased_traceidratio` may have the sampler probability
configured via the `OTEL_TRACES_SAMPLER_ARG` environment variable.
For details see: [OpenTelemetry Environment Variable
Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration).
([#3601](https://github.com/open-telemetry/opentelemetry-dotnet/issues/3601))

* **Experimental (pre-release builds only):** The `Exemplar.FilteredTags`
property now returns a `ReadOnlyFilteredTagCollection` instance and the
`Exemplar.LongValue` property has been added. The `MetricPoint.GetExemplars`
Expand Down Expand Up @@ -87,6 +77,16 @@
Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#exemplar).
([#5412](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5412))

* `TracerProvider`s can now have a sampler configured via the
`OTEL_TRACES_SAMPLER` environment variable. The supported values are:
`always_off`, `always_on`, `traceidratio`, `parentbased_always_on`,
`parentbased_always_off`, and `parentbased_traceidratio`. The options
`traceidratio` and `parentbased_traceidratio` may have the sampler probability
configured via the `OTEL_TRACES_SAMPLER_ARG` environment variable.
For details see: [OpenTelemetry Environment Variable
Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration).
([#5448](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5448))

## 1.7.0

Released 2023-Dec-08
Expand Down

0 comments on commit 236c14a

Please sign in to comment.