How exactly does the RESOURCE_POOL_LIMIT event work for the JVM?
I have an ExecutorService in some Java code that I know has exhausted its available threads. I do not see an event in AppDymanics. Also, I know that my DB connection pool to an Azure-SQL database has also been exhausted, but I do not see an AppDynamics event.
How exactly does the RESOURCE_POOL_LIMIT work? Under what conditions will this event be triggered and under what conditions will this event not trigger?