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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,14 @@
47
47
-Developers creating custom exporters should ensure they import these constructs from the SDK, not the API.
48
48
- [2291](https://github.com/open-telemetry/opentelemetry-rust/pull/2291) Rename `logs_level_enabled flag` to `spec_unstable_logs_enabled`. Please enable this updated flag if the feature is needed. This flag will be removed once the feature is stabilized in the specifications.
49
49
50
+
-**BREAKING**: `Temporality` enum moved from `opentelemetry_sdk::metrics::data::Temporality` to `opentelemetry_sdk::metrics::Temporality`.
50
51
51
-
-**BREAKING**: `Temporality` enum moved from
52
-
`opentelemetry_sdk::metrics::data::Temporality` to
53
-
`opentelemetry_sdk::metrics::Temporality`.
54
52
-Added a new `PeriodicReader` implementation (`PeriodicReaderWithOwnThread`)
55
-
that does not rely on asynctime, and instead creates own Thread.This is
56
-
under feature flag "experimental_metrics_periodic_reader_no_runtime".The
53
+
that does not rely on an asyncruntime, and instead creates own Thread.This
54
+
is under feature flag "experimental_metrics_periodic_reader_no_runtime".The
57
55
functionality maybe moved into existing PeriodReader or even removed in the
58
56
future.As of today, this cannot be used as-is with OTLPMetricExporter or
0 commit comments