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
Currently, Linkerd only supports B3 and w3c for trace propagation headers. My applications use aws xray, conversely.
Linkerd supports aws xray
I could add a service to translate my trace headers to xray before they hit linkerd but I'd rather not if possible.
linkerd would automatically detect which format is being used. The user doesn't need to do anything.
yes
The text was updated successfully, but these errors were encountered:
If I submit a PR for this, would it be merged? (Assuming it meets the technical standards)
Sorry, something went wrong.
Hey @jholm117! Yeah, we'd definitely be happy to work with you on that, thanks!
No branches or pull requests
What problem are you trying to solve?
Currently, Linkerd only supports B3 and w3c for trace propagation headers.
My applications use aws xray, conversely.
How should the problem be solved?
Linkerd supports aws xray
Any alternatives you've considered?
I could add a service to translate my trace headers to xray before they hit linkerd but I'd rather not if possible.
How would users interact with this feature?
linkerd would automatically detect which format is being used. The user doesn't need to do anything.
Would you like to work on this feature?
yes
The text was updated successfully, but these errors were encountered: