vcjmhg opened a new pull request #5493: URL: https://github.com/apache/skywalking/pull/5493
Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bug fix - [x] New feature provided - [ ] Improve performance - Related issues ___ ### Bug fix - Bug description. - How to fix? ___ ### New feature or improvement This plugin can collect the information of webflux #### Interceptor Method `org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction$exchange()` **Why I chose the mehod?** No matter what the `webclient` calls exchange() or retrieve(), the asynchronous request is finally executed through `org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction$exchange()` and return ` Mono<ClientResponse>` .So I chose `exchange()` as the Interceptor Method. #### Result  ---------------------------------------------------------------- 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]
