opentracing-contrib / java-spring-cloud

Distributed tracing for Spring Boot, Cloud and other Spring projects
Apache License 2.0
390 stars 143 forks source link

Verify Spring Cloud Gateway instrumentation #85

Open malafeev opened 6 years ago

malafeev commented 6 years ago

Not sure if it's important, but because Zuul is instrumented probably Gateway needs instrumentation or maybe works because of spring web instrumentation... Need to check

hotdust commented 5 years ago

Is it avaliable that tracing between spring cloud gateway and spring cloud service? I tried opentracing-spring-web-starter 2.1.0, it can trace gateway request and service separately, but not connected.

pavolloffay commented 5 years ago

Probably context propagation is broken somewhere. @hotdust would you be able to investigate and submit a PR?