Techniques for continuing traces across function boundaries and services
Laminar.startSpan()
and Laminar.withSpan()
to create and continue spans:span.end()
to complete the trace. You can also pass true
as the third argument (endOnExit
) to the last Laminar.withSpan()
call to automatically end the span.