File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
12
12
13
13
- Add the new ` go.opentelemetry.io/contrib/instrgen ` package to provide auto-generated source code instrumentation. (#3068 , #3108 )
14
14
- ` 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.
15
18
16
19
## [ 1.25.0/0.50.0/0.19.0/0.5.0/0.0.1] - 2024-04-05
17
20
You can’t perform that action at this time.
0 commit comments