Spring Boot Actuator is a subproject of Spring Boot that adds several production-grade services to an application such as a health endpoint and metrics.
Default Endpoints
Spring Boot Actuator helps enable common nonfunctional requirements of web services such as health check, configuration, auditing, debugging, and metrics.