I have java grpc server and many user complain that thread pool is exhausted. I need to make something to monitor threads, how many thereads, how many in use, idle etc. Is there any way to do that.
I have java grpc server and many user complain that thread pool is exhausted. I need to make something to monitor threads, how many thereads, how many in use, idle etc. Is there any way to do that.