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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,15 @@
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
50
51
-
-**BREAKING**: `Temporality` enum moved from `opentelemetry_sdk::metrics::data::Temporality` to `opentelemetry_sdk::metrics::Temporality`.
51
+
-**BREAKING**: `Temporality` enum moved from
52
+
`opentelemetry_sdk::metrics::data::Temporality` to
53
+
`opentelemetry_sdk::metrics::Temporality`.
54
+
-Added a new `PeriodicReader` implementation (`PeriodicReaderWithOwnThread`)
55
+
that does not rely on async time, and instead creates own Thread.This is
56
+
under feature flag "experimental_metrics_periodic_reader_no_runtime".The
57
+
functionality maybe moved into existing PeriodReader or even removed in the
58
+
future.As of today, this cannot be used as-is with OTLPMetricExporter or
0 commit comments