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.health |
Actuator health indicators.
|
Constructor and Description |
---|
EndpointAutoConfiguration(ObjectProvider<HealthAggregator> healthAggregator,
ObjectProvider<Map<String,HealthIndicator>> healthIndicators,
ObjectProvider<List<InfoContributor>> infoContributors,
ObjectProvider<Collection<PublicMetrics>> publicMetrics,
ObjectProvider<TraceRepository> traceRepository) |
Constructor and Description |
---|
HealthEndpoint(HealthAggregator healthAggregator,
Map<String,HealthIndicator> healthIndicators)
Create a new
HealthEndpoint instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHealthAggregator
Base
HealthAggregator implementation to allow subclasses to focus on
aggregating the Status instances and not deal with contextual details etc. |
class |
OrderedHealthAggregator
Default
HealthAggregator implementation that aggregates Health
instances and determines the final system state based on a simple ordered list. |
Constructor and Description |
---|
CompositeHealthIndicator(HealthAggregator healthAggregator)
Create a new
CompositeHealthIndicator . |
CompositeHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> indicators)
Create a new
CompositeHealthIndicator from the specified indicators. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.