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

In process propagation #27

Closed
pavolloffay opened this issue May 10, 2017 · 4 comments
Closed

In process propagation #27

pavolloffay opened this issue May 10, 2017 · 4 comments

Comments

@pavolloffay
Copy link
Collaborator

Instrumentation currently does not use in-process propagation for an active span.

Some references:
opentracing/opentracing-java#115, https://github.com/opentracing-contrib/java-spanmanager

@malafeev
Copy link

+1

@malafeev
Copy link

malafeev commented Jun 19, 2017

On client side:
I assume that span should be activated in ClientRequestFilter
and deactivated in ClientResponseFilter.
But will this two filters always run in the same thread?

On server side the same for ContainerRequestFilter and ContainerResponseFilter

@pavolloffay
Copy link
Collaborator Author

hm.. I thought this is done. I will look at it today.

@pavolloffay
Copy link
Collaborator Author

Fixed in #36

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

No branches or pull requests

2 participants