You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: