opentracing-tutorial icon indicating copy to clipboard operation
opentracing-tutorial copied to clipboard

OpenTracing uses AsyncLocal context storage

Open rwkarg opened this issue 5 years ago • 0 comments

https://github.com/opentracing/opentracing-csharp AsyncLocal storage allows tracing to follow across async/await and other async boundaries.

rwkarg avatar Mar 28 '19 20:03 rwkarg