Skip to content

chore: update otel deps to v1.52#6524

Merged
javiermolinar merged 6 commits into
mainfrom
upgrade-otel-v1.52
Feb 25, 2026
Merged

chore: update otel deps to v1.52#6524
javiermolinar merged 6 commits into
mainfrom
upgrade-otel-v1.52

Conversation

@javiermolinar
Copy link
Copy Markdown
Contributor

@javiermolinar javiermolinar commented Feb 20, 2026

What this PR does:
There are two dependabots pr that are stuck:
#6321
#6320

This one fixes all the issues and breaking changes

OpenTelemetry Collector switched OTLP payloads to its own internal proto encoder instead of relying on the gogo path, so we updated gogocodec to recognize that interface and handle those messages correctly

open-telemetry/opentelemetry-collector#14078

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@github-actions

This comment has been minimized.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7452d56f51

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread go.mod
go.opentelemetry.io/collector/exporter v1.52.0
go.opentelemetry.io/collector/exporter/exporterhelper v0.146.1
go.opentelemetry.io/collector/exporter/exportertest v0.146.1
go.opentelemetry.io/collector/exporter/otlpexporter v0.146.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Patch receiver shim tests for upgraded OTLP exporter

Upgrading go.opentelemetry.io/collector/exporter/otlpexporter to v0.146.1 pulls in a start path that calls component.Host.GetExtensions(), but modules/distributor/receiver/shim_test.go still has mockHost.GetExtensions() as panic("implement me"), so TestShim_integration now panics immediately when the exporter starts (reproduced with go test ./modules/distributor/receiver -run TestShim_integration). Please update the test host implementation alongside this dependency bump so CI can execute the receiver integration tests.

Useful? React with 👍 / 👎.

@javiermolinar javiermolinar marked this pull request as draft February 20, 2026 16:25
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@javiermolinar javiermolinar marked this pull request as ready for review February 23, 2026 15:06
@javiermolinar
Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Nice work!

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link
Copy Markdown
Contributor

@zalegrala zalegrala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks reasonable to me.

@javiermolinar javiermolinar merged commit 8b16fbe into main Feb 25, 2026
24 checks passed
@javiermolinar javiermolinar deleted the upgrade-otel-v1.52 branch February 25, 2026 10:19
zalegrala pushed a commit to zalegrala/tempo that referenced this pull request Feb 27, 2026
* chore: update otel deps to v1.52

* return empty map for getExtensions

* add otelProtomesage to gogocodec

* revert changes in the tools module caused by Codex
ie-pham pushed a commit to ie-pham/tempo that referenced this pull request Mar 25, 2026
* chore: update otel deps to v1.52

* return empty map for getExtensions

* add otelProtomesage to gogocodec

* revert changes in the tools module caused by Codex
ie-pham pushed a commit to ie-pham/tempo that referenced this pull request Mar 25, 2026
* chore: update otel deps to v1.52

* return empty map for getExtensions

* add otelProtomesage to gogocodec

* revert changes in the tools module caused by Codex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants