Hi dev team, I want to provide a sniffer thread pool monitoring function. It is used to monitor the thread pool in the third-party framework in the sniffer, and it can be used to display statistics at the UI level, and to alert when the conditions are met. The idea of this function comes from a previous online failure of our company, because an RPC service responded too slowly, causing the online Dubbo thread pool to be full, causing the service to fail.
I want to monitor the main thread pool of each plugin in the sniffer, and enable the timer to report the thread pool status, just like JVM monitoring. Provide OAL syntax support for front-end display and alerting of the thread pool at the UI level. I want to know what suggestions do you have for this feature?
