Bump go.opentelemetry.io/proto/otlp indirect dependency to v1.10.0#14766
Merged
Conversation
Update the indirect dependency on go.opentelemetry.io/proto/otlp from v1.9.0 to v1.10.0 in five modules: cmd/otelcorecol, otelcol, otelcol/otelcoltest, service, and service/telemetry/telemetrytest. The direct dependencies (pdata, internal/e2e) were already at v1.10.0. Prompts: > Implement the following plan: > > # Plan: Upgrade opentelemetry-proto (otlp) to v1.10.0 Assisted-by: Claude Opus 4.6
Member
|
This needs a changelog entry. |
Member
Author
Done. PTAL. |
2 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #14766 +/- ##
=======================================
Coverage 91.41% 91.42%
=======================================
Files 695 695
Lines 44348 44348
=======================================
+ Hits 40542 40545 +3
+ Misses 2679 2677 -2
+ Partials 1127 1126 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dmathieu
approved these changes
Mar 13, 2026
florianl
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update
go.opentelemetry.io/proto/otlpfrom v1.9.0 to v1.10.0 in 5 modules where it was still an indirect dependency:cmd/otelcorecol,otelcol,otelcol/otelcoltest,service, andservice/telemetry/telemetrytest.The direct dependencies (
pdata,internal/e2e) were already at v1.10.0. No generated code changes —make genpdataproduces no diff.Link to tracking issue
Testing
Ran
go mod tidyandgo test ./...on all affected modules. Verifiedmake genpdataproduces no diff.Documentation
No documentation changes needed.