• 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
..
auditevents.adoc Loading commit data...
beans.adoc Loading commit data...
caches.adoc Loading commit data...
conditions.adoc Loading commit data...
configprops.adoc Loading commit data...
env.adoc Loading commit data...
flyway.adoc Loading commit data...
health.adoc Loading commit data...
heapdump.adoc Loading commit data...
httptrace.adoc Loading commit data...
info.adoc Loading commit data...
integrationgraph.adoc Loading commit data...
liquibase.adoc Loading commit data...
logfile.adoc Loading commit data...
loggers.adoc Loading commit data...
mappings.adoc Loading commit data...
metrics.adoc Loading commit data...
prometheus.adoc Loading commit data...
scheduledtasks.adoc Loading commit data...
sessions.adoc Loading commit data...
shutdown.adoc Loading commit data...
threaddump.adoc Loading commit data...