Skip to content

Commit

Permalink
Merge branch 'main' into log-attributes-update
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Dec 19, 2024
2 parents dc0dce1 + f911ed5 commit d67da9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion opentelemetry-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@
`experimental_metrics_periodicreader_with_async_runtime`.
- Continue enabling one of the async runtime feature flags: `rt-tokio`,
`rt-tokio-current-thread`, or `rt-async-std`.


Feature flag "experimental_metrics_periodic_reader_no_runtime" is removed as the PeriodicReader
offered under that feature flag is now the default.

- Bump msrv to 1.75.0.

- *Breaking* : [#2314](https://github.com/open-telemetry/opentelemetry-rust/pull/2314)
Expand Down
1 change: 0 additions & 1 deletion opentelemetry-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ rt-tokio = ["tokio", "tokio-stream"]
rt-tokio-current-thread = ["tokio", "tokio-stream"]
rt-async-std = ["async-std"]
internal-logs = ["tracing"]
experimental_metrics_periodic_reader_no_runtime = ["metrics"]
experimental_metrics_periodicreader_with_async_runtime = ["metrics"]
spec_unstable_metrics_views = ["metrics"]
experimental_logs_batch_log_processor_with_async_runtime = ["logs"]
Expand Down

0 comments on commit d67da9f

Please sign in to comment.