-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or request
Description
Currently, if you use the @WithSpan
annotation, it will always join in the current trace, if there is one in scope. It would be useful to be able to tell the agent that we don't want to preserve the parenting, but create a new TraceId for the span.
This can be useful if you want background jobs that are spawned based on a request to appear as their own trace, rather than joining in the existing trace.
Bonus points: an option to Link the new span to the one that spawned it.
trask, iNikem, tylerrinnan-wf, trevorpeterson-wk, keruitan-wk and 4 more
Metadata
Metadata
Assignees
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or request