chore(deps): bump opentelemetry_sdk from 0.29.0 to 0.32.1#20074
chore(deps): bump opentelemetry_sdk from 0.29.0 to 0.32.1#20074dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.29.0 to 0.32.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.29.0...opentelemetry-semantic-conventions-0.32.1) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-version: 0.32.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
At least one test kind must be checked in the PR description. |
|
Pull request description must contain CLA like the following: |
|
At least one type of change must be checked in the PR description. |
|
Sorry, only users with push access can use that command. |
|
Sorry, only users with push access can use that command. |
2 similar comments
|
Sorry, only users with push access can use that command. |
|
Sorry, only users with push access can use that command. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6fef230bde
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "reqwest-client", | ||
| ] } | ||
| opentelemetry_sdk = { version = "0.29", features = ["trace", "logs", "rt-tokio"] } | ||
| opentelemetry_sdk = { version = "0.32", features = ["trace", "logs", "rt-tokio"] } |
There was a problem hiding this comment.
Keep OpenTelemetry crate versions aligned
Bumping only opentelemetry_sdk makes workspace users import SDK types from 0.32 while the rest of the telemetry stack remains on 0.29 (opentelemetry, opentelemetry-otlp, and fastrace-opentelemetry). This breaks crates such as databend-common-tracing: init_logging builds an opentelemetry_sdk::Resource from 0.32 and passes it to fastrace_opentelemetry::OpenTelemetryReporter::new, whose dependency is still the 0.29 SDK, and the HTTP session baggage code uses a 0.32 BaggagePropagator with 0.29 TextMapPropagator traits. Please bump the OpenTelemetry family together or keep the SDK on 0.29.
Useful? React with 👍 / 👎.
🤖 CI Job Analysis
📊 Summary
❌ NO RETRY NEEDEDAll failures appear to be code/test issues requiring manual fixes. 🔍 Job Details
🤖 AboutAutomated analysis using job annotations to distinguish infrastructure issues (auto-retried) from code/test issues (manual fixes needed). |
Bumps opentelemetry_sdk from 0.29.0 to 0.32.1.
Changelog
Sourced from opentelemetry_sdk's changelog.
... (truncated)
Commits
74cb6f3chore: Release opentelemetry-semantic-conventions 0.32.1 (#3562)10dde18chore(sdk): add missing changelog entry (#3550)ec2da12refactor: leverage static str key when possible (#3529)90a39a0feat(api): accept quoted-key fields in otel logging macros (#3567)8c922bcfeat(appender-tracing): add builder support for custom instrumentation scope ...fb2af9dfeat(metrics): add BoundUpDownCounter under experimental_metrics_bound_instru...1b3846cfeat(metrics): add BoundGauge under experimental_metrics_bound_instruments (#...ee359dbfix: remove reqwest-rustls-webpki-roots (#3524)4d4fd4dchore: Bump semantic-conventions to v1.42.0 (#3561)69213f2fix(prometheus-exporter): Concatenate metric attributes with Scope during col...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
This change is