-
Notifications
You must be signed in to change notification settings - Fork 96
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 is not linked with spring cloud gateway #46
Comments
I haven't really used Spring Cloud Gateway, but here is something that might help - can you try setting:
in Service A and Service B please and let us know what happens? |
@geoand |
@3vild03r |
@nitinvavdiya Unfortunately I don't have much time to look into this now (not being familiar with Spring Cloud Gateway does not help :) ). Hopefully I will soon. |
@nitinvavdiya I fixed it, see pr: opentracing-contrib/java-spring-cloud#233 |
@neatlife |
@neatlife I test the code,not work. |
Hi guys, I run into the same issue... any ideas? We created a Does some of you how to interact with the underneath I left the code explanation and also de question on stackoverglow. Thanks in advance! |
Hi @neatlife |
I met this issue too, now any update? |
can anybody help |
I have the exact same issue Spring Boot 2.3.1 "io.opentracing.contrib:opentracing-spring-jaeger-web-starter:3.3.1" |
I am working on microservice architecture
User-------->Spring cloud gateway------------->Service A-------------->Service B
In Jaeger, It shows 2 different spans, one in gateway and other is service A --> Service B
But it should be a single span ie. gateway-----> Service A----->Service B
API gateway is developed using spring cloud gateway
Service A is developed using spring boot
Service B is developed using spring boot
Version info for all 3 application:
compile group: 'commons-lang', name: 'commons-lang', version: '2.6' springBootVersion=2.1.4.RELEASE springDMPVersion=1.0.9.RELEASE springPlatformBomVersion=Cairo-SR8 springCloudVersion=Greenwich.SR1
The text was updated successfully, but these errors were encountered: