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 |
---|
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.
|
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 |
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 © 2015 Pivotal Software, Inc.. All rights reserved.