-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
apache/skywalking-java
#788Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsquestionEnd user question and discussion.End user question and discussion.
Milestone
Description
Search before asking
- I had searched in the issues 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 ,then the trace is broken.
like this:

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 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
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsquestionEnd user question and discussion.End user question and discussion.