Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicators.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationHealthIndicator
Default implementation of
HealthIndicator that returns Status.UP . |
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. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.