| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure | |
| org.springframework.boot.actuate.endpoint | |
| org.springframework.boot.actuate.health |
| Modifier and Type | Method and Description |
|---|---|
HealthIndicator |
HealthIndicatorAutoConfiguration.applicationHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration.dbHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration.diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties properties) |
HealthIndicator |
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration.mongoHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration.rabbitHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration.rabbitHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration.redisHealthIndicator() |
| Constructor and Description |
|---|
HealthEndpoint(HealthAggregator healthAggregator,
Map<String,HealthIndicator> healthIndicators)
Create a new
HealthIndicator instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHealthIndicator
Base
HealthIndicator implementations that encapsulates creation of
Health instance and error handling. |
class |
ApplicationHealthIndicator
Default implementation of
HealthIndicator that returns Status.UP. |
class |
CompositeHealthIndicator
HealthIndicator that returns health indications from all registered delegates. |
class |
DataSourceHealthIndicator
HealthIndicator that tests the status of a DataSource and optionally
runs a test query. |
class |
DiskSpaceHealthIndicator
A
HealthIndicator that checks available disk space and reports a status of
Status.DOWN when it drops below a configurable threshold. |
class |
MongoHealthIndicator
Simple implementation of a
HealthIndicator returning status information for
Mongo data stores. |
class |
RabbitHealthIndicator
Simple implementation of a
HealthIndicator returning status information for the
RabbitMQ messaging system. |
class |
RedisHealthIndicator
Simple implementation of a
HealthIndicator returning status information for
Redis data stores. |
class |
SolrHealthIndicator
HealthIndicator for Apache Solr. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeHealthIndicator.addHealthIndicator(String name,
HealthIndicator indicator) |
| Constructor and Description |
|---|
CompositeHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> indicators)
Create a new
CompositeHealthIndicator from the specified indicators. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.