We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the python bindings, there is a memory leak when creating spans with this incorrect pattern:
with tracer.start_span(operation_name='make_some_request') as client_span: tracer.scope_manager.activate(client_span, True) pass
This issue is documented more extensively here: lightstep/lightstep-tracer-python#74
The text was updated successfully, but these errors were encountered:
This is actually an OpenTracing issue so I'm moving this discussion here: opentracing/opentracing-python#125.
Sorry, something went wrong.
No branches or pull requests
When using the python bindings, there is a memory leak when creating spans with this incorrect pattern:
This issue is documented more extensively here:
lightstep/lightstep-tracer-python#74
The text was updated successfully, but these errors were encountered: