
You can also enable or disable selected indicators by configuring , When appropriate, Spring Boot auto-configures the HealthIndicators listed in the following table. Requires the SpringApplication to be configured with a BufferingApplicationStartup. Shows the startup steps data collected by the ApplicationStartup. Lets the application be gracefully shutdown. Requires a servlet-based web application that uses Spring Session. Shows information about Quartz Scheduler jobs.ĭisplays the scheduled tasks in your application.Īllows retrieval and deletion of user sessions from a Spring Session-backed session store. Shows “metrics” information for the current application. Shows any Liquibase database migrations that have been applied. Shows and modifies the configuration of loggers in the application.

Requires a dependency on spring-integration-core.

Shows any Flyway database migrations that have been applied.ĭisplays HTTP exchange information (by default, the last 100 HTTP request-response exchanges). Shows the conditions that were evaluated on configuration and auto-configuration classes and the reasons why they did or did not match.ĭisplays a collated list of all properties from Spring’s ConfigurableEnvironment. The following technology-agnostic endpoints are available: IDĮxposes audit events information for the current application.ĭisplays a complete list of all the Spring beans in your application. Disabling Extended Cloud Foundry Actuator Support

Programmatically Enabling Process Monitoring Customizing the Management Server Address Customizing the Management Endpoint Paths Checking External State With Kubernetes Probes
