I am exploring about jmx. I read about jmx I got JMX is using for monitoring application or device. For monitoring spring boot Application I got two option one is Spring Boot Actuator and Spring Boot Admin. I refer following link for Spring Boot Admin.
http://codecentric.github.io/spring-boot-admin/1.5.7/#spring-cloud-discovery-static-config
I have lot of confusion about Spring boot Admin.
- what is it exactly?
- why we are using?
- monitoring end point means what exactly doing?
- Is it really need in production environment?
I am new in spring environment. Can anyone help me to clarify my confusions please?