yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 407 forks source link

OpenTracing uses AsyncLocal context storage #52

Open rwkarg opened 5 years ago

rwkarg commented 5 years ago

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