How Monitor threadpool in grpc in JAVA?

Viewed 12

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.

0 Answers
Related