Cool-Coding opened a new pull request, #146:
URL: https://github.com/apache/skywalking-java/pull/146

   
   
   
   ### Add an agent plugin to support JDK ThreadPoolExecutor and its subclasses
   - [x] Add a test case for the new plugin, refer to [the 
doc](https://github.com/apache/skywalking-java/blob/main/docs/en/setup/service-agent/java-agent/Plugin-test.md)
   
   
   ### <Feature description>
   - [x] Update the documentation to include this new feature.
   - [x] Tests(including UT, IT, E2E) are added to verify the new feature.
   - [x] If it's UI related, attach the screenshots below.
   
   *ThreadPoolExecutor.submit(Callable)*
   
![image](https://user-images.githubusercontent.com/29882506/162135704-5f53d7cc-3b7f-44a4-b3a7-4fb436f96577.png)
   
   *ThreadPoolExecutor.execute(Runnable)*
   
![image](https://user-images.githubusercontent.com/29882506/162135982-1b098bf0-060e-47ff-ab76-f70d67ed38cc.png)
   
   *ThreadPoolExecutor.submit(Runnable)*
   
![image](https://user-images.githubusercontent.com/29882506/162136612-6dfde251-b1f3-40b6-ab31-bbb5c924e5b3.png)
   
   *ScheduledThreadPoolExecutor.submit(Callable)*
   
![image](https://user-images.githubusercontent.com/29882506/162137016-d18ade68-7594-4ba5-a54a-f3c0abd0d5b0.png)
   
   *ScheduledThreadPoolExecutor.execute(Runnable)*
   
![image](https://user-images.githubusercontent.com/29882506/162137505-e6f79e61-1945-4079-86b4-cceaee215ce1.png)
   
   
   *ScheduledThreadPoolExecutor.submit(Runnable)*
   
![image](https://user-images.githubusercontent.com/29882506/162137973-076047f6-b612-48b8-8605-4995aaf6df6f.png)
   
   *submit(Callable) exception*
   
![image](https://user-images.githubusercontent.com/29882506/162163287-5049d227-2cc4-4120-a283-2b2572fc236d.png)
   
   
   *execute(Runnable) exception*
   
![image](https://user-images.githubusercontent.com/29882506/162163885-28d65550-7f8f-4a48-a0b3-018f4e032372.png)
   
   
   - [x] If this pull request closes/resolves/fixes an existing issue, replace 
the issue number. Closes https://github.com/apache/skywalking/issues/8743.
   - [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: [email protected]

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

Reply via email to