• Stephane Nicoll's avatar
    Run specific health check · b51b997b
    Stephane Nicoll authored
    This commit improves the `health` endpoint to run health check for a
    particular component or, if that component is itself a composite, an
    instance of that component.
    
    Concretely, it is now possible to issue a `GET` on
    `/actuator/health/{component}` and
    `/actuator/health/{component}/instance` to retrieve the health of a
    component or an instance of a composite component, respectively.
    
    If details cannot be showed for the current user, any request leads to a
    404 and does not invoke the health check at all.
    
    Closes gh-8865
    b51b997b
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...