dromara / cubic

一站式问题定位平台,分布式实例监控、线程栈监控、线程池监控、动态arthas命令集、依赖分析等等等,助你快速定位问题
http://cubic.jiagoujishu.com
Apache License 2.0
497 stars 94 forks source link

How to detect custom-defined thread pool beans in spring #4

Closed whispin closed 2 years ago

whispin commented 2 years ago

I have tried defining a thread pool bean in spring,

just like:

@Bean public Executor myTaskAsyncPool(){ ............. }

but it is not detected by the agent ui,i have no idea to resolved it

qianglu1989 commented 2 years ago

I will update a version to solve this problem

LeooooooooonChin commented 2 years ago

resolved