Skip to content

vendor: go.opentelemetry.io/otel/exporters v1.38.0, go.opentelemetry.io/contrib v0.63.0#12604

Merged
mikebrow merged 2 commits intocontainerd:mainfrom
thaJeztah:bump_otels
Dec 8, 2025
Merged

vendor: go.opentelemetry.io/otel/exporters v1.38.0, go.opentelemetry.io/contrib v0.63.0#12604
mikebrow merged 2 commits intocontainerd:mainfrom
thaJeztah:bump_otels

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

@thaJeztah thaJeztah commented Dec 1, 2025

@thaJeztah
Copy link
Copy Markdown
Member Author

thaJeztah commented Dec 1, 2025

Ugh. So much for SemVer; the otelgrpc.UnaryClientInterceptor() and otelgrpc.StreamClientInterceptor() options have been removed now?

gopts := []grpc.DialOption{
grpc.WithTransportCredentials(insecure.NewCredentials()),
grpc.WithUnaryInterceptor(otelgrpc.UnaryClientInterceptor()), //nolint:staticcheck // Ignore SA1019. Deprecation assumes use of [grpc.NewClient] but we are not using that here.
grpc.WithStreamInterceptor(otelgrpc.StreamClientInterceptor()), //nolint:staticcheck // Ignore SA1019. Deprecation assumes use of [grpc.NewClient] but we are not using that here.
}

Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Member

@akhilerm akhilerm left a comment

Choose a reason for hiding this comment

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

LGTM

Need to rebase with the fuzz changes from main for the CI to pass.

@github-project-automation github-project-automation Bot moved this from Needs Triage to Review In Progress in Pull Request Review Dec 8, 2025
@thaJeztah
Copy link
Copy Markdown
Member Author

Rebased to get a fresh run of CI with the Fuzzing fixes in

@mikebrow mikebrow added this pull request to the merge queue Dec 8, 2025
Merged via the queue into containerd:main with commit d255706 Dec 8, 2025
52 checks passed
@github-project-automation github-project-automation Bot moved this from Review In Progress to Done in Pull Request Review Dec 8, 2025
@thaJeztah thaJeztah deleted the bump_otels branch December 8, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size/XXL

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants