You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(spans): Use provided segment_id for buffering (#97832)
Now that the span buffer will be used in the ingestion pipeline, we can
use the `segment_id` provided by Relay on most spans. This will
guarantee correct output, since Relay takes the `segment_id` from the
transaction event. For otel, the buffer still constructs span trees
recursively via the `parent_id`.
This particularly makes a difference for transactions/segments where
some spans are disconnected from the tree. They will now be correctly
assigned to the segment.
Metrics on mismatches and the "original_segment_id" attribute are
removed, since they will now always match if they are available. By
definition, the match rate will be 100%.
0 commit comments