-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use RequestContextManager #20
Comments
@iurisilvio RequestContextManager is a non-standard mechanism that exists only in the library you mentioned. I have a branch, based on @carlosalberto 's work, that implements support for OT 2.0 and scope managers (https://github.com/yurishkuro/opentracing-python-instrumentation/tree/ot_scopemanager_integration) With that branch, this project still doesn't work correctly because of #18 (but I tried to hack it to use start_active_span and it works, so hopefully it will get merged here soon). |
I understand. OpenTracing libs are still evolving, I'm looking forward to use them. Thanks for your work! |
Same here, its (too) hard to wire up a flask app together with |
@yurishkuro Now that #18 has been merged, is it possible to get your branch merged into |
Any update on this, @yurishkuro or @carlosalberto? |
@wjoel @yurishkuro I've released the Let me know. |
This package is no longer being maintained, users should migrate to the Closing. |
Related to uber-common/opentracing-python-instrumentation#52
I'm trying to use
install_all_patches()
but the instrumentation spans are not attached to the current request, because this module doesn't useRequestContextManager
. I think this behaviour should be the default or at least easy to setup.The text was updated successfully, but these errors were encountered: