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.info |
Modifier and Type | Method and Description |
---|---|
InfoContributor |
InfoContributorAutoConfiguration.buildInfoContributor(BuildProperties buildProperties) |
Constructor and Description |
---|
EndpointAutoConfiguration(org.springframework.beans.factory.ObjectProvider<HealthAggregator> healthAggregator,
org.springframework.beans.factory.ObjectProvider<Map<String,HealthIndicator>> healthIndicators,
org.springframework.beans.factory.ObjectProvider<List<InfoContributor>> infoContributors,
org.springframework.beans.factory.ObjectProvider<Collection<PublicMetrics>> publicMetrics,
org.springframework.beans.factory.ObjectProvider<TraceRepository> traceRepository) |
Constructor and Description |
---|
InfoEndpoint(List<InfoContributor> infoContributors)
Create a new
InfoEndpoint instance. |
Modifier and Type | Class and Description |
---|---|
class |
BuildInfoContributor
An
InfoContributor that exposes BuildProperties . |
class |
EnvironmentInfoContributor
An
InfoContributor that provides all environment entries prefixed with info. |
class |
GitInfoContributor
An
InfoContributor that exposes GitProperties . |
class |
InfoPropertiesInfoContributor<T extends InfoProperties>
A base
InfoContributor to expose an InfoProperties . |
class |
MapInfoContributor
A simple
InfoContributor that exposes a map. |
class |
SimpleInfoContributor
A simple
InfoContributor that exposes a single detail. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.