Spring Boot Actuator
摘要
When developing an application, you want to be able to monitor the behavior of the application once it’s launched. Spring Boot makes it easy to enable this by introducing Spring Boot Actuator. Spring Boot Actuator exposes the health status and metrics from the application to interested parties. This can be over JMX or HTTP, or data can be exported to an external system.