Skip to content

Commit

Permalink
Update CHANGELOG.md for OTEL_HTTP_CLIENT_COMPATIBILITY_MODE environme…
Browse files Browse the repository at this point in the history
…nt variable (open-telemetry#5908)

Add a changelog entry for the new `OTEL_HTTP_CLIENT_COMPATIBILITY_MODE`
environment variable introduced in open-telemetry#5331

---------

Co-authored-by: Damien Mathieu <[email protected]>
  • Loading branch information
2 people authored and luca-filipponi committed Aug 9, 2024
1 parent c7f3b55 commit 6b1637a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
This module provides an OpenTelemetry logging bridge for `go.uber.org/zap`. (#5191)
- The `go.opentelemetry.io/contrib/config` package supports configuring `with_resource_constant_labels` for the prometheus exporter. (#5890)
- Add new runtime metrics to `go.opentelemetry.io/contrib/instrumentation/runtime`, which are still disabled by default. (#5870)
- Support for the `OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup` environment variable in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` to emit attributes for both the v1.20.0 and v1.24.0 semantic conventions. (#5401)

### Removed

Expand Down

0 comments on commit 6b1637a

Please sign in to comment.