| Name | Description | Type | Package | Framework |
| AbstractHealthAggregator | Base HealthAggregator implementation to allow subclasses to focus onaggregating the Status instances and not deal with contextual details etc. | Class | org.springframework.boot.actuate.health | Spring Boot |
| AbstractHealthIndicator | Base HealthIndicator implementations that encapsulates creation ofHealth instance and error handling. | Class | org.springframework.boot.actuate.health | Spring Boot |
| ApplicationHealthIndicator | Default implementation of HealthIndicator that returns Status. | Class | org.springframework.boot.actuate.health | Spring Boot |
| CassandraHealthIndicator | Simple implementation of a HealthIndicator returning status information forCassandra data stores. | Class | org.springframework.boot.actuate.health | Spring Boot |
| CompositeHealthIndicator | HealthIndicator that returns health indications from all registered delegates. | Class | org.springframework.boot.actuate.health | Spring Boot |
| DataSourceHealthIndicator | HealthIndicator that tests the status of a DataSource and optionallySince:1. | Class | org.springframework.boot.actuate.health | Spring Boot |
| DataSourceHealthIndicator .Product | Known database products. | Class | org.springframework.boot.actuate.health.DataSourceHealthIndicator | Spring Boot |
| DiskSpaceHealthIndicator | A HealthIndicator that checks available disk space and reports a status ofStatus. | Class | org.springframework.boot.actuate.health | Spring Boot |
| DiskSpaceHealthIndicatorProperties | External configuration properties for DiskSpaceHealthIndicator. | Class | org.springframework.boot.actuate.health | Spring Boot |
| ElasticsearchHealthIndicator | HealthIndicator for an Elasticsearch cluster. | Class | org.springframework.boot.actuate.health | Spring Boot |
| ElasticsearchHealthIndicatorProperties | External configuration properties for ElasticsearchHealthIndicator. | Class | org.springframework.boot.actuate.health | Spring Boot |
| Health | Carries information about the health of a component or subsystem. | Class | org.springframework.boot.actuate.health | Spring Boot |
| Health .Builder | Builder for creating immutable Health instances. | Class | org.springframework.boot.actuate.health.Health | Spring Boot |
| HealthAggregator | Strategy interface used by CompositeHealthIndicator to aggregate Healthinstances into a final one. | Interface | org.springframework.boot.actuate.health | Spring Boot |
| HealthIndicator | Strategy interface used to provide an indication of application health. | Interface | org.springframework.boot.actuate.health | Spring Boot |
| JmsHealthIndicator | HealthIndicator for a JMS ConnectionFactory. | Class | org.springframework.boot.actuate.health | Spring Boot |
| MailHealthIndicator | HealthIndicator for configured smtp server(s). | Class | org.springframework.boot.actuate.health | Spring Boot |
| MongoHealthIndicator | Simple implementation of a HealthIndicator returning status information forSince:1. | Class | org.springframework.boot.actuate.health | Spring Boot |
| OrderedHealthAggregator | Default HealthAggregator implementation that aggregates Healthinstances and determines the final system state based on a simple ordered list. | Class | org.springframework.boot.actuate.health | Spring Boot |
| RabbitHealthIndicator | Simple implementation of a HealthIndicator returning status information for theRabbitMQ messaging system. | Class | org.springframework.boot.actuate.health | Spring Boot |
| RedisHealthIndicator | Simple implementation of a HealthIndicator returning status information forSince:1. | Class | org.springframework.boot.actuate.health | Spring Boot |
| SolrHealthIndicator | HealthIndicator for Apache Solr. | Class | org.springframework.boot.actuate.health | Spring Boot |
| Status | Value object to express state of a component or subsystem. | Class | org.springframework.boot.actuate.health | Spring Boot |