Which version of SkyWalking, OS and JRE?
skywalking version 6.5
springcloud version greenwish SR4 (Spring Cloud Gateway 2.1.4.RELEASE)
springboot version2.1.10.release
I can not got trace form springcloud gateway in skywalking.
other springmvc app I can got trace In these versions
when I use spring springcloud version greenwish SR3(Spring Cloud Gateway 2.1.3.RELEASE
) 。I can got trace for Spring Cloud Gateway in Skywalking .
There are also some bugs in skywalking springcloud gateway plugin from springcloud sr3
I write customer filter for gateway. In filter do a spring feign method call in a mono
`
public GatewayFilter apply(Config config) {
return (exchange, chain) -> {
Bug
I can not got trace form springcloud gateway in skywalking. other springmvc app I can got trace In these versions
when I use spring springcloud version greenwish SR3(Spring Cloud Gateway 2.1.3.RELEASE ) 。I can got trace for Spring Cloud Gateway in Skywalking .
There are also some bugs in skywalking springcloud gateway plugin from springcloud sr3 I write customer filter for gateway. In filter do a spring feign method call in a mono ` public GatewayFilter apply(Config config) { return (exchange, chain) -> {
}
This feign call not seen in one trace chain .
my call chain is
user ->gateway->feigncall_In_mono->feignRet->gatewayRouterToAppCall