Skip to content

Propagate OpenTelemetry traces in outgoing RPCs from plugin clients#13113

Merged
samuelkarp merged 1 commit intocontainerd:mainfrom
HASidd:otel
Mar 25, 2026
Merged

Propagate OpenTelemetry traces in outgoing RPCs from plugin clients#13113
samuelkarp merged 1 commit intocontainerd:mainfrom
HASidd:otel

Conversation

@HASidd
Copy link
Copy Markdown
Contributor

@HASidd HASidd commented Mar 24, 2026

While incoming gRPC requests are already being traced via the server-side handler, outgoing RPCs to proxy plugins are missing the client-side equivalent. Adding otelgrpc.NewClientHandler() ensures trace context is successfully propagated to the plugins.

Solves #13112

While incoming gRPC requests are already being traced via the
server-side handler, outgoing RPCs to proxy plugins are missing the
client-side equivalent. Adding otelgrpc.NewClientHandler() ensures trace
context is successfully propagated to the plugins.

Signed-off-by: Hasan Siddiqui <hasiddiqui@google.com>
@samuelkarp samuelkarp requested a review from cpuguy83 March 24, 2026 03:55
@github-project-automation github-project-automation Bot moved this from Needs Triage to Review In Progress in Pull Request Review Mar 24, 2026
@samuelkarp samuelkarp added this pull request to the merge queue Mar 24, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 24, 2026
@samuelkarp samuelkarp added this pull request to the merge queue Mar 24, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 24, 2026
@samuelkarp samuelkarp added this pull request to the merge queue Mar 24, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Mar 24, 2026
@samuelkarp samuelkarp added this pull request to the merge queue Mar 24, 2026
Merged via the queue into containerd:main with commit b57484a Mar 25, 2026
88 of 96 checks passed
@github-project-automation github-project-automation Bot moved this from Review In Progress to Done in Pull Request Review Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants