| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
| org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
| org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
| org.springframework.boot.actuate.health |
Actuator health indicators.
|
| Class and Description |
|---|
| ApplicationHealthIndicator
Default implementation of
HealthIndicator that returns Status.UP. |
DataSourceHealthIndicator
HealthIndicator that tests the status of a DataSource and optionally
runs a test query. |
| DiskSpaceHealthIndicator
A
HealthIndicator that checks available disk space and reports a status of
Status.DOWN when it drops below a configurable threshold. |
| DiskSpaceHealthIndicatorProperties
External configuration properties for
DiskSpaceHealthIndicator. |
| HealthAggregator
Strategy interface used by
CompositeHealthIndicator to aggregate Health
instances into a final one. |
| HealthIndicator
Strategy interface used to provide an indication of application health.
|
| OrderedHealthAggregator
Default
HealthAggregator implementation that aggregates Health
instances and determines the final system state based on a simple ordered list. |
| Class and Description |
|---|
| Health
Carries information about the health of a component or subsystem.
|
| HealthAggregator
Strategy interface used by
CompositeHealthIndicator to aggregate Health
instances into a final one. |
| HealthIndicator
Strategy interface used to provide an indication of application health.
|
| Class and Description |
|---|
| Status
Value object to express state of a component or subsystem.
|
| Class and Description |
|---|
| AbstractHealthAggregator
Base
HealthAggregator implementation to allow subclasses to focus on
aggregating the Status instances and not deal with contextual details etc. |
| AbstractHealthIndicator
Base
HealthIndicator implementations that encapsulates creation of
Health instance and error handling. |
| DiskSpaceHealthIndicatorProperties
External configuration properties for
DiskSpaceHealthIndicator. |
| ElasticsearchHealthIndicatorProperties
External configuration properties for
ElasticsearchHealthIndicator. |
| Health
Carries information about the health of a component or subsystem.
|
| Health.Builder
Builder for creating immutable
Health instances. |
| HealthAggregator
Strategy interface used by
CompositeHealthIndicator to aggregate Health
instances into a final one. |
| HealthIndicator
Strategy interface used to provide an indication of application health.
|
| Status
Value object to express state of a component or subsystem.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.