Skip to content

Commit a850c9e

Browse files
committed
format fix
1 parent ff80bf6 commit a850c9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,14 @@
4747
- Developers creating custom exporters should ensure they import these constructs from the SDK, not the API.
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

50+
- **BREAKING**: `Temporality` enum moved from `opentelemetry_sdk::metrics::data::Temporality` to `opentelemetry_sdk::metrics::Temporality`.
5051

51-
- **BREAKING**: `Temporality` enum moved from
52-
`opentelemetry_sdk::metrics::data::Temporality` to
53-
`opentelemetry_sdk::metrics::Temporality`.
5452
- 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
53+
that does not rely on an async runtime, and instead creates own Thread. This
54+
is under feature flag "experimental_metrics_periodic_reader_no_runtime". The
5755
functionality maybe moved into existing PeriodReader or even removed in the
5856
future. As of today, this cannot be used as-is with OTLP Metric Exporter or
59-
any exporter requiring async runtimes.
57+
any exporter that require an async runtime.
6058

6159
## v0.26.0
6260
Released 2024-Sep-30

0 commit comments

Comments
 (0)