-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
questionEnd user question and discussion.End user question and discussion.
Milestone
Description
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [1 ] Question or discussion
- Bug
- Requirement
- Feature or performance improvement
Question
- What do you want to know?
when use parallelStream or paralle cross thread in project, how should do to tarce action
like this,
IntStream.range(1, 10).parallel().forEach(it -> {
httpclient.post(xxx);
});
when i use custom thread pool, skywalking can use @TraceCrossThread to trace, but use parallelStream or paralle,can trace?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionEnd user question and discussion.End user question and discussion.