Skip to content

Commit bce3445

Browse files
committed
Add Changelog entry
Signed-off-by: gouthamve <[email protected]>
1 parent 9389c19 commit bce3445

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1212

1313
- Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068, #3108)
1414
- `NewSDK` in `go.opentelemetry.io/contrib/config` now returns a configured SDK with a valid `MeterProvider`. (#4804)
15+
- Add an EXPERIMENTAL `OTEL_METRICS_PRODUCERS` environment variable to `go.opentelemetry.io/contrib/autoexport` to be set metrics producers. (#5281)
16+
- Only `prometheus` is a supported value for now.
17+
- `WithFallbackMetricProducer(func(context.Context) (metric.Producer, error))` allows adding a fallback option if the env var is not set.
1518

1619
## [1.25.0/0.50.0/0.19.0/0.5.0/0.0.1] - 2024-04-05
1720

0 commit comments

Comments
 (0)