• 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
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...