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

fix(agent): allow context propagation in grpc messages #3823

Merged
merged 2 commits into from Apr 22, 2024

Conversation

schoren
Copy link
Collaborator

@schoren schoren commented Apr 19, 2024

This PR fixes the tracing context propagation between tracetest cloud and the tracetest agent. By adding a new Metadata field in the relevant gRPC messages, we can send arbitrary data back and forth, like pseudo headers.

The original implementation relied on sending gRPC headers, but the implementation didn't work because those headers are only sent when the stream is stablished, and all successive calls are ignored.

Copy link

vercel bot commented Apr 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tracetest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 3:08pm

@schoren schoren merged commit c39c09b into main Apr 22, 2024
39 checks passed
@schoren schoren deleted the fix-tracing-propagation branch April 22, 2024 17:28
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.

None yet

2 participants