Hello,
We have recently moved from Weblogic to Spring Boot and decided to use Undertow instead of Tomcat. Everything seems to be working great but would like to be able to see metrics such as threads used in pool, max threads in pool, current requests, etc. It does not appear these are exposed through JMX. Is there a way to get metrics such as these?
Thanks in advance,
Wayne