Skip to content

Commit 81e1656

Browse files
committed
Update CHANGELOG
1 parent 24c3d90 commit 81e1656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949

5050
- **BREAKING**: `Temporality` enum moved from `opentelemetry_sdk::metrics::data::Temporality` to `opentelemetry_sdk::metrics::Temporality`.
5151

52+
- **BREAKING**: `Views` are now an opt-in ONLY feature. Please include the feature `spec_unstable_metrics_views` to enable `Views`. It will be stabilized post 1.0 stable release of the SDK. [#2295](https://github.com/open-telemetry/opentelemetry-rust/issues/2295)
53+
5254
- Added a new `PeriodicReader` implementation (`PeriodicReaderWithOwnThread`)
5355
that does not rely on an async runtime, and instead creates own Thread. This
5456
is under feature flag "experimental_metrics_periodic_reader_no_runtime". The

0 commit comments

Comments
 (0)