Skip to content
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

Add active_span method to Tracer #34

Merged
merged 2 commits into from
Jun 27, 2018
Merged

Add active_span method to Tracer #34

merged 2 commits into from
Jun 27, 2018

Conversation

indrekj
Copy link
Contributor

@indrekj indrekj commented Jun 27, 2018

Previously it was only defined in OpenTracing module. Tracer#active_span
is also defined in opentracing python and java. Define it here as well
and make OpenTracing to delegate to Tracer instead.

This is useful when Tracer object is being passed around and OpenTracing
module is not used directly.

This is a backwards compatible change.

Previously it was only defined in OpenTracing module. Tracer#active_span
is also defined in opentracing python and java. Define it here as well
and make OpenTracing to delegate to Tracer instead.

This is useful when Tracer object is being passed around and OpenTracing
module is not used directly.

This is a backwards compatible change.
@indrekj
Copy link
Contributor Author

indrekj commented Jun 27, 2018

cc @mwear @itsderek23

@mwear
Copy link
Member

mwear commented Jun 27, 2018

This looks great! Thanks @indrekj!

@mwear mwear merged commit 54f5bef into opentracing:master Jun 27, 2018
mwear added a commit that referenced this pull request Jun 27, 2018
@mwear mwear mentioned this pull request Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants