wild46cat opened a new issue, #12817:
URL: https://github.com/apache/skywalking/issues/12817

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   when I use skywaling to trace webflux ,I found that if the return type is 
Mono<T> ,then the trace is broken.
   like this:
   
![image](https://github.com/user-attachments/assets/2ce53678-d388-4430-ac73-f963bb2e42ea)
   
   as the screenShot shows that:
   what I need is  opeartion from web request to redis,is only one trace.
   
   this is my code:
   @GetMapping("/getValue")
       public Mono<String> getValue() {
           return redisTemplate.opsForValue().get("test").doOnSuccess(result -> 
System.out.println("Data read from Redis: " + result));
       }
   
   ### What you expected to happen
   
   What I expected is that  it could be only one trace, not seperate.
   only show the webflux request is best (I know I could remove the plugin 
mvc-annotation in plugins folder).
   
   ### How to reproduce
   
   every time.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to