File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ rt-tokio = ["tokio", "tokio-stream"]
5353rt-tokio-current-thread = [" tokio" , " tokio-stream" ]
5454rt-async-std = [" async-std" ]
5555internal-logs = [" tracing" ]
56- experimental_metrics_periodic_reader_no_runtime = [" metrics" ]
5756experimental_metrics_periodicreader_with_async_runtime = [" metrics" ]
5857spec_unstable_metrics_views = [" metrics" ]
5958experimental_logs_batch_log_processor_with_async_runtime = [" logs" ]
You can’t perform that action at this time.
0 commit comments