You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentelemetry-sdk/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@
49
49
50
50
-**BREAKING**: `Temporality` enum moved from `opentelemetry_sdk::metrics::data::Temporality` to `opentelemetry_sdk::metrics::Temporality`.
51
51
52
+
-**BREAKING**: `Views` are now an opt-inONLY 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
+
52
54
-Added a new `PeriodicReader` implementation (`PeriodicReaderWithOwnThread`)
53
55
that does not rely on an async runtime, and instead creates own Thread.This
54
56
is under feature flag "experimental_metrics_periodic_reader_no_runtime".The
0 commit comments