zhaoyuguang commented on issue #3440: Issues:spring-cloud-gateway traceid does not transmit #3411 URL: https://github.com/apache/skywalking/pull/3440#issuecomment-529290074 > ``` > > > public static EnhancedInstance getInstance(Object o) { > EnhancedInstance instance = null; > if (o instanceof ServerWebExchangeDecorator) { > ServerWebExchange delegate = ((ServerWebExchangeDecorator) o).getDelegate(); > if (delegate instanceof DefaultServerWebExchange) { > instance = (EnhancedInstance) delegate; > } > } else if (o instanceof DefaultServerWebExchange) { > instance = (EnhancedInstance) o; > } > return instance; > } > ``` > > instance = (EnhancedInstance) o; > A transition exception was thrown Please see what the class name is and look at the specific location of the span, and why we don not enhance it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
