chore(deps): bump opentelemetry_sdk from 0.27.1 to 0.32.1#111
chore(deps): bump opentelemetry_sdk from 0.27.1 to 0.32.1#111dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.27.1 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.27.1...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>
PR SummaryMedium Risk Overview The lockfile now resolves two OpenTelemetry stacks: Reviewed by Cursor Bugbot for commit 99bf9fb. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 99bf9fb. Configure here.
| opentelemetry = { version = "0.27", features = ["trace"], optional = true } | ||
| opentelemetry-otlp = { version = "0.27", features = ["trace", "tonic"], optional = true } | ||
| opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"], optional = true } | ||
| opentelemetry_sdk = { version = "0.32", features = ["rt-tokio"], optional = true } |
There was a problem hiding this comment.
OpenTelemetry stack version mismatch
Medium Severity
Raising only opentelemetry_sdk to 0.32 while opentelemetry, opentelemetry-otlp, and tracing-opentelemetry stay on 0.27/0.28 pins two SDK generations in the otel feature. The OTLP exporter comes from the 0.27 stack but main.rs builds the tracer provider and resources against the 0.32 crate, so types and traits no longer line up when that feature is enabled.
Reviewed by Cursor Bugbot for commit 99bf9fb. Configure here.


Bumps opentelemetry_sdk from 0.27.1 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.