-
Notifications
You must be signed in to change notification settings - Fork 25
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
Span not continued on the client side #40
Comments
you need to provide another implementation of |
So I need to keep a reference somehow of the contexts ? 🤔 |
I can propose another approach: |
Is it even ok that I have to use an external java agent to run this library? |
This library is not needed if you will use external java agent. |
I am using grpc version 1.22.
I have the following code on the client side:
but it does not continue a span that started before. I debugged the code and it seems we are in a different thread than the one that called the client when the lambda is called (so
GlobalTracer.get().activeSpan()
isnull
. I am not sure how this is supposed to work.The text was updated successfully, but these errors were encountered: