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
I tried the approach given here to propagate trace information via Feign client but it does not work: https://github.com/opentracing-contrib/java-spring-jaeger#trace-id-not-propagated-via-the-feign-client
Any idea what could be going wrong?
The text was updated successfully, but these errors were encountered:
Just wanted to add that there was another solution here - https://github.com/OpenFeign/feign-opentracing which works with some coding like described in this article here https://github.com/yandok/DistributedTracing-Example/blob/master/DistributedTracing-AppB/src/main/java/yan/dok/OpenTracingAppB/GreetingController.java but it would be nicer to get it working through a common configuration with a single dependency.
Sorry, something went wrong.
No branches or pull requests
I tried the approach given here to propagate trace information via Feign client but it does not work: https://github.com/opentracing-contrib/java-spring-jaeger#trace-id-not-propagated-via-the-feign-client
Any idea what could be going wrong?
The text was updated successfully, but these errors were encountered: