-
Notifications
You must be signed in to change notification settings - Fork 46
fix: Include the cargo feature and TraceContextPropagator to send otel headers downstream #307
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
Conversation
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 7 changed, 0 removedBuild ID: aab62dd1483c101300c043d6 URL: https://www.apollographql.com/docs/deploy-preview/aab62dd1483c101300c043d6 |
|
❌ Changeset file missing for PR All changes should include an associated changeset file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
…l headers downstream (#307) * Fix sending OTLP trace headers downstream to GQL API * Changeset
Inside the reqwest middleware, if the global text_map_propagator is not set, it will no op and not send the traceparent and tracestate headers to the Router. Adding this is needed to correlate traces from the mcp server to the router or other downstream APIs