The Spring Boot Actuator provides several endpoints in your application through which you can view the internals of your running application.
Through the Actuator, you can find out how beans are wired together in the Spring application context, determine what environment properties are available to your application, and get a snapshot of runtime metrics.
Spring Boot includes several built-in endpoints and lets you add your custom actuator endpoints.