You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your environment
From master commit ae484cb with 'pip3 install -e' of all deps (wsgi, jaeger, http_requests ...)
Steps to reproduce
Used the examples/http/tracer_client.py with EXPORTER=jaeger
What is the expected behavior?
The traceparent header sent from client to server contains 01 at the end (sampled flag)
What is the actual behavior?
I see the client and server traces in jaeger but traceparent has 00 at the end (not sampled)
So in my real world test where my receiving end interprets properly the 00 as non sampled, my traces do not appear in jaeger.
Describe your environment
From master commit ae484cb with 'pip3 install -e' of all deps (wsgi, jaeger, http_requests ...)
Steps to reproduce
Used the examples/http/tracer_client.py with EXPORTER=jaeger
What is the expected behavior?
The traceparent header sent from client to server contains 01 at the end (sampled flag)
What is the actual behavior?
I see the client and server traces in jaeger
but traceparent has 00 at the end (not sampled)
So in my real world test where my receiving end interprets properly the 00 as non sampled, my traces do not appear in jaeger.
Additional context
To test I replaced the last line of tracer_client.py to this:
The text was updated successfully, but these errors were encountered: