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
   ![Screen 
Capture_select-area_20200910201523](https://user-images.githubusercontent.com/55177318/93210299-ee62ea80-f791-11ea-9edb-f1dc3e1f9b85.png)
   


----------------------------------------------------------------
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]


Reply via email to