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

Add tracing of parallel queries #3

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

bonnefoa
Copy link
Collaborator

What does this PR do?

On parallel query, save the tracecontext in a shared memory. Parallel worker will be able to pull the tracecontext from it and generate spans on their own.

Motivation

We want to trace workers spawned by parallel queries.

Additional Notes

On parallel query, save the tracecontext in a shared memory. Parallel
worker will be able to pull the tracecontext from it and generate spans
on their own.
@bonnefoa bonnefoa force-pushed the bonnefoa/track-parallel-queries branch from f3b0452 to da0af6c Compare March 22, 2024 07:22
@bonnefoa bonnefoa merged commit 58e08f2 into main Mar 22, 2024
2 checks passed
@bonnefoa bonnefoa deleted the bonnefoa/track-parallel-queries branch March 22, 2024 07:24
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