hi-sb opened a new pull request #3440: Issues:spring-cloud-gateway traceid does not transmit #3411 URL: https://github.com/apache/skywalking/pull/3440 skywalking version:6.4.0-SNAPSHOT spring-cloud-gateway-version:2.1.2.RELEASE Problem Description: Custom filter,traceid does not transmit.When the filter implements the "GlobalFilter, Ordered" interface,"DefaultServerWebExchange" is not an implementation of "EnhancedInstance".Line number:NettyRoutingFilterInterceptor#89. Solution: Direct use of "InstanceMethodsAroundInterceptor" interface parameter "EnhancedInstance objInst". Please answer these questions before submitting pull request - Why submit this pull request? - [ ] Bug fix - [ ] New feature provided - [ ] Improve performance - Related issues ___ ### Bug fix - Bug description. - How to fix? ___ ### New feature or improvement - Describe the details and related test reports.
---------------------------------------------------------------- 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
