-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Describe the goal of the feature
Sometimes it would be nice to end a span and immediately begin another span with the same parent, in order to trace the different stages of a pipeline operation for example.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
I believe this achieves the same thing except for the "same parent" part.
auto span_b = span_a.create_child();
span_a.set_end_time(steady_clock::now());
...
Perhaps there is another way?
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels