How to disable JMX bean to show up in Spring Boot Admin console

132 Views Asked by At

I have enabled jmx in my spring boot application which is registering itself as client with Spring Boot Admin. I want to hide the Tomcat option from the Domains list.

enter image description here

Is there a way to hide the Tomcat option?

0

There are 0 best solutions below