Skip to content

Handle Late Spans in Raw Spans Grouper #299

@suddendust

Description

@suddendust

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)

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions