| 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> healthAggregatorProvider,
org.springframework.beans.factory.ObjectProvider<Map<String,HealthIndicator>> healthIndicatorsProvider,
org.springframework.beans.factory.ObjectProvider<List<InfoContributor>> infoContributorsProvider,
org.springframework.beans.factory.ObjectProvider<Collection<PublicMetrics>> publicMetricsProvider,
org.springframework.beans.factory.ObjectProvider<TraceRepository> traceRepositoryProvider) |
| Constructor and Description |
|---|
InfoEndpoint(Map<String,Object> info,
InfoContributor... infoContributors)
Deprecated.
as of 1.4 in favor of
InfoEndpoint.InfoEndpoint(List) |
| 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 © 2016 Pivotal Software, Inc.. All rights reserved.