Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
org.springframework.boot.actuate.kubernetes |
Actuator support for kubernetes-related concerns.
|
Modifier and Type | Method and Description |
---|---|
HealthEndpointGroupsRegistry |
HealthEndpointGroupsRegistry.add(String groupName,
Consumer<HealthEndpointGroupConfigurer> builder)
Add a new
HealthEndpointGroup . |
HealthEndpointGroupsRegistry |
HealthEndpointGroupsRegistry.remove(String groupName)
Remove an existing
HealthEndpointGroup . |
Modifier and Type | Method and Description |
---|---|
void |
HealthEndpointGroupsRegistryCustomizer.customize(HealthEndpointGroupsRegistry healthEndpointGroupsRegistry)
Callback to customize a
HealthEndpointGroupsRegistry instance. |
Modifier and Type | Method and Description |
---|---|
void |
ProbesHealthEndpointGroupsRegistrar.customize(HealthEndpointGroupsRegistry registry) |