Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels