Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.exclude(String... indicators)
Configure the indicator endpoint ids to exclude from this group.
|
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.httpCodeStatusMapper(HttpCodeStatusMapper httpCodeStatusMapper)
Configure the
HttpCodeStatusMapper to use for this group. |
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.include(String... indicators)
Configure the indicator endpoint ids to include in this group.
|
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.roles(String... roles)
Configure roles used to determine whether or not a user is authorized to be shown
details.
|
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.showComponents(HealthEndpointGroup.Show showComponents)
Configure the
visibility option for showing components of this group. |
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.showDetails(HealthEndpointGroup.Show showDetails)
Configure the
visibility option for showing details of this group. |
HealthEndpointGroupConfigurer |
HealthEndpointGroupConfigurer.statusAggregator(StatusAggregator statusAggregator)
Configure the
StatusAggregator to use for this group. |
Modifier and Type | Method and Description |
---|---|
HealthEndpointGroupsRegistry |
HealthEndpointGroupsRegistry.add(String groupName,
Consumer<HealthEndpointGroupConfigurer> builder)
Add a new
HealthEndpointGroup . |