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

Handle Late Spans in Raw Spans Grouper #299

Open
suddendust opened this issue Jan 18, 2022 · 0 comments
Open

Handle Late Spans in Raw Spans Grouper #299

suddendust opened this issue Jan 18, 2022 · 0 comments

Comments

@suddendust
Copy link

Use Case

Late spans should be handled correctly by Raw Spans Grouper. Currently, once a trace is emitted, the corresponding entry is deleted from the state store. Any spans received after this will be treated as the first span of a new trace (as there is no entry in the state store) with the traceId of the previously emitted trace. So essentially the application emits multiple traces with the same traceId. This certainly is an edge case but would be nice to be aware of it at least.

Proposal

--

Questions to address (if any)

--

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

No branches or pull requests

1 participant