Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate trace context in Golang GraphQL client #18

Open
ericbutera opened this issue Oct 27, 2024 · 0 comments
Open

Propagate trace context in Golang GraphQL client #18

ericbutera opened this issue Oct 27, 2024 · 0 comments

Comments

@ericbutera
Copy link
Owner

ericbutera commented Oct 27, 2024

The GraphQL golang generated client isn't propagating trace context. This means API traces aren't correlated in the overall GraphQl -> gRPC -> Service -> DB stack.

Otel seems to require http.Clients use http.NewRequestWithContext which isn't part of the generated client.

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

No branches or pull requests

1 participant