Skip to content

Commit dee651b

Browse files
committed
Add changes to changelog
1 parent 8dc3789 commit dee651b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## [Unreleased]
1010

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+
1122
### Fixed
1223

1324
- The `go.opentelemetry.io/otel/exporters/prometheus` exporter fixes duplicated `_total` suffixes. (#3369)
25+
- Remove comparable requirement for `Reader`s. (#3387)
1426

1527
## [1.11.1/0.33.0] 2022-10-19
1628

0 commit comments

Comments
 (0)