Structured concurrency support #11139
Labels
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Hello team,
Do we plan support automatic context propagation for structured concurrency? I understand it's in a preview, and I do not know if we provide instrumentation for preview features.
If not, I would like to ask, what's needs to be done in order to implement such support in custom instrumentation.
Example:
Outputs zero span ids.
Describe the solution you'd like
Javaagent automatically propagates span context to forks submitted into StructuredTaskScope.
Describe alternatives you've considered
Capture current span, and propagate it via ScopedValue manually.
Additional context
May be related to #2527
The text was updated successfully, but these errors were encountered: