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

Reorganized tracing span hierarchy #394

Merged
merged 2 commits into from
Aug 8, 2023
Merged

Reorganized tracing span hierarchy #394

merged 2 commits into from
Aug 8, 2023

Conversation

jsoverson
Copy link
Contributor

Previously, the tracing spans were loosely organized with Span::follows_from vs. a parent/child relationship, making browsing telemetry without pre-processing it impractical.

Now the spans are organized with a hierarchy that starts at a root invocation or a practical stand-in, like an HTTP request. Pre-invocation initiators can also pre-generate a transaction ID so their child spans stay better grouped. That means things like HTTP requests can report a transaction ID that can be used to query and filter all child invocations.

@jsoverson jsoverson merged commit 37030ca into main Aug 8, 2023
6 checks passed
@jsoverson jsoverson deleted the tracing-redux branch August 8, 2023 13:48
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.

2 participants