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 setting opentracing_trust_incoming_span=false, does baggage get erased? I couldn't see any code to do so (but I haven't tested).
opentracing_trust_incoming_span=false
Otherwise the potential issue is that an upstream will think that baggage is being added by nginx itself.
The text was updated successfully, but these errors were encountered:
@james-callahan Do you have an example how we can reproduce the problem?
Sorry, something went wrong.
Do you have an example how we can reproduce the problem?
I would verify it by:
uberctx-foo: bar
No branches or pull requests
When setting
opentracing_trust_incoming_span=false
, does baggage get erased?I couldn't see any code to do so (but I haven't tested).
Otherwise the potential issue is that an upstream will think that baggage is being added by nginx itself.
The text was updated successfully, but these errors were encountered: