opentracing-utils
opentracing-utils copied to clipboard
Find django spans in the stack
The django middleware doesn't put the span on the stack directly but instead stores it on the request
object. This helps find it anyway.