python-flask icon indicating copy to clipboard operation
python-flask copied to clipboard

Adopt FlaskScopeManager

Open rmfitzpatrick opened this issue 7 years ago • 1 comments

These changes introduce an optional scope manager using Flask's stack, as originally proposed in https://github.com/opentracing/opentracing-python/pull/105.

This is helpful for ensuring that the active span obtained anywhere in a view function's call chain is guaranteed to be associated with request as provided by werkzeug's context locals.

rmfitzpatrick avatar Nov 19 '18 22:11 rmfitzpatrick

@carlosalberto

analytically avatar May 12 '20 09:05 analytically