File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [ Unreleased]
10
10
11
+ ### Added
12
+
13
+ - The ` WithView ` ` MeterProviderOption ` is added to the ` go.opentelemetry.io/otel/sdk/metric ` package.
14
+ This option is used to configure the view(s) a ` MeterProvider ` will use for all ` Reader ` s that are registered with it. (#3387 )
15
+
16
+ ### Changed
17
+
18
+ - The ` "go.opentelemetry.io/otel/sdk/metric".WithReader ` option no longer accepts views to associate with the ` Reader ` .
19
+ Instead, views are now registered directly with the ` MeterProvider ` via the new ` WithView ` option.
20
+ The views registered with the ` MeterProvider ` apply to all ` Reader ` s. (#3387 )
21
+
11
22
### Fixed
12
23
13
24
- The ` go.opentelemetry.io/otel/exporters/prometheus ` exporter fixes duplicated ` _total ` suffixes. (#3369 )
25
+ - Remove comparable requirement for ` Reader ` s. (#3387 )
14
26
15
27
## [ 1.11.1/0.33.0] 2022-10-19
16
28
You can’t perform that action at this time.
0 commit comments