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.DataSourcesHealthIndicatorConfiguration.dbHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration.mongoHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration.rabbitHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration.rabbitHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration.redisHealthIndicator() |
HealthIndicator |
HealthIndicatorAutoConfiguration.statusHealthIndicator() |
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 |
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 |
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. |
class |
VanillaHealthIndicator
Default implementation of
HealthIndicator that returns Status.UP . |
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.