Open malafeev opened 6 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.
Probably context propagation is broken somewhere. @hotdust would you be able to investigate and submit a PR?
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