Skip to content

Commit ff80bf6

Browse files
committed
add changelog
1 parent 1bad304 commit ff80bf6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@
4848
- [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.
4949

5050

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 OTLP Metric Exporter or
59+
any exporter requiring async runtimes.
5260

5361
## v0.26.0
5462
Released 2024-Sep-30

0 commit comments

Comments
 (0)