Skip to content

OTel Tracing Support#666

Open
ananthb wants to merge 3 commits intomasterfrom
otel
Open

OTel Tracing Support#666
ananthb wants to merge 3 commits intomasterfrom
otel

Conversation

@ananthb
Copy link
Member

@ananthb ananthb commented Jan 30, 2026

End-to-end distributed tracing over gRPC

gRPC clients inject trace identifiers into requests. Servers fetch these identifiers allowing us to trace requests and responses end-to-end.

Sampling rate configuration allows us to trace at configurable frequencies.

Add OTEL tracing spans for all server methods.
Trace IDs are extracted from the client request
for distributed tracing support.
Client injects tracing id which is propogated to the server.
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.

1 participant