Skip to content

Commit f911ed5

Browse files
authored
Cleanup leftover feature flag (#2458)
1 parent c617be7 commit f911ed5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@
9292
`experimental_metrics_periodicreader_with_async_runtime`.
9393
- Continue enabling one of the async runtime feature flags: `rt-tokio`,
9494
`rt-tokio-current-thread`, or `rt-async-std`.
95-
95+
96+
Feature flag "experimental_metrics_periodic_reader_no_runtime" is removed as the PeriodicReader
97+
offered under that feature flag is now the default.
98+
9699
- Bump msrv to 1.75.0.
97100

98101
- *Breaking* : [#2314](https://github.com/open-telemetry/opentelemetry-rust/pull/2314)

opentelemetry-sdk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ rt-tokio = ["tokio", "tokio-stream"]
5353
rt-tokio-current-thread = ["tokio", "tokio-stream"]
5454
rt-async-std = ["async-std"]
5555
internal-logs = ["tracing"]
56-
experimental_metrics_periodic_reader_no_runtime = ["metrics"]
5756
experimental_metrics_periodicreader_with_async_runtime = ["metrics"]
5857
spec_unstable_metrics_views = ["metrics"]
5958
experimental_logs_batch_log_processor_with_async_runtime = ["logs"]

0 commit comments

Comments
 (0)