chore(deps): bump opentelemetry-otlp from 0.27.0 to 0.32.0#123
chore(deps): bump opentelemetry-otlp from 0.27.0 to 0.32.0#123dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) from 0.27.0 to 0.32.0. - [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-otlp-0.27.0...opentelemetry-otlp-0.32.0) --- updated-dependencies: - dependency-name: opentelemetry-otlp dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| opentelemetry_sdk = { version = "0.32", features = ["rt-tokio", "trace"] } | ||
| opentelemetry-otlp = { version = "0.27", features = ["http-proto", "reqwest-client"] } | ||
| opentelemetry-otlp = { version = "0.32", features = ["http-proto", "reqwest-client"] } | ||
| opentelemetry-semantic-conventions = "0.27" |
There was a problem hiding this comment.
WARNING: OpenTelemetry stack is now split across versions 0.27 and 0.32
Bumping opentelemetry-otlp to 0.32 pulls in opentelemetry 0.32.0 and opentelemetry_sdk 0.32.1 transitively, but this crate still pins opentelemetry = "0.27" (line 14) and opentelemetry-semantic-conventions = "0.27" (line 17), alongside the pre-existing opentelemetry_sdk = "0.32" (line 15). The dependency tree therefore contains both opentelemetry 0.27 and 0.32.
opentelemetry-otlp 0.32 also introduced intentional breaking API changes (per the release notes). Dependabot only updates the version spec, not the crate's usage code, so the observability crate must be confirmed to still compile and pass cargo test/cargo clippy against this exact tree.
Recommend aligning the whole stack to 0.32 (bump opentelemetry and opentelemetry-semantic-conventions accordingly, and verify tracing-opentelemetry 0.28 is compatible), or confirming CI is green before merge.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Reviewed by hy3-20260706:free · Input: 77.1K · Output: 10.2K · Cached: 150K |



Bumps opentelemetry-otlp from 0.27.0 to 0.32.0.
Release notes
Sourced from opentelemetry-otlp's releases.
Changelog
Sourced from opentelemetry-otlp's changelog.
... (truncated)
Commits
ec289cbchore: Prepare for release v0.32.0 (#3508)3ddb386fix(metrics): reject usize::MAX as cardinality limit (#3506)bad0a1bfeat(appender-tracing): re-gate span attribute enrichment behind experimental...f744509docs: update README status table and remove deprecated crates (#3502)81d5a06chore(prometheus): restore crate to workspace (#3500)5a07ce1ci: close stale pull requests (#3499)cc87dd9feat(appender-tracing): stabilize span attribute propagation (#3482)f290595docs(metrics): document experimental bound instruments (#3495)a79eb76fix(sdk): suppress telemetry in SimpleSpanProcessor during export (#3494)aa3bda3chore(zipkin): deprecate opentelemetry-zipkin crate (#3492)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)Note
Bump
opentelemetry-otlpfrom 0.27.0 to 0.32.0 in journeys-observabilityUpdates the
opentelemetry-otlpdependency in Cargo.toml from0.27to0.32, keeping the samehttp-protoandreqwest-clientfeatures enabled.Macroscope summarized 2771c77.