Skip to content

vendor: go.opentelemetry.io/otel v1.44.0, go.opentelemetry.io/contrib v0.69.0#7037

Merged
vvoland merged 2 commits into
docker:masterfrom
thaJeztah:bump_otels
Jun 10, 2026
Merged

vendor: go.opentelemetry.io/otel v1.44.0, go.opentelemetry.io/contrib v0.69.0#7037
vvoland merged 2 commits into
docker:masterfrom
thaJeztah:bump_otels

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

- What I did

- How I did it

- How to verify it

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

thaJeztah added 2 commits June 9, 2026 16:32
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
… v0.69.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@docker-agent docker-agent left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

This PR is a clean vendor dependency bump:

  • go.opentelemetry.io/otel → v1.44.0
  • go.opentelemetry.io/contrib → v0.69.0
  • Related gRPC and semconv updates

Both diff chunks were reviewed in full. The added code introduces consistent, correct patterns throughout:

  • Early-exit .Enabled(ctx) guards before recording metrics (correct performance optimization)
  • clear(*o) before *o = (*o)[:0] in sync.Pool defer blocks (correct GC hygiene, prevents stale interface pointer retention)
  • New *Observable wrapper types all follow the established nil-meter guard pattern
  • Explicit histogram bucket boundaries added to duration instruments
  • All new constructors correctly propagate errors and fall back to noop instruments on failure

No bugs, logic errors, nil dereferences, race conditions, or resource leaks were found in any added code.

@vvoland vvoland merged commit 9c7701e into docker:master Jun 10, 2026
122 of 123 checks passed
@thaJeztah thaJeztah deleted the bump_otels branch June 10, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants