mrproliu opened a new pull request, #479:
URL: https://github.com/apache/skywalking-java/pull/479

   Following https://github.com/apache/skywalking/issues/10373, support 
collecting cross-thread trace profiling snapshots.
   The basic principle is to save the profiling state of the current thread 
when using `ContextManager#capture`, and determine whether to add the current 
thread to the profiling task according to the profiling state in the current 
snapshot when `ContextManager#continued`.
   Theoretically, as long as Java Agent can analyze the segment generated by 
'cross-thread', it supports the profiling operations.
   
   - [x] Update the [`CHANGES` 
log](https://github.com/apache/skywalking-java/blob/main/CHANGES.md).
   


-- 
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: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to