Drop status endpoint
Drop the status endpoint and merge functionality back into the health endpoint. The `management.endpoint.health.show-details` property can be used to change if full details, or just the status is displayed. Fixes gh-11113
This commit is contained in:
@@ -1165,6 +1165,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
# HEALTH ENDPOINT ({sc-spring-boot-actuator}/health/HealthEndpoint.{sc-ext}[HealthEndpoint])
|
||||
management.endpoint.health.cache.time-to-live=0ms # Maximum time that a response can be cached.
|
||||
management.endpoint.health.enabled= # Whether to enable the health endpoint.
|
||||
management.endpoint.health.show-details= # Whether to show full health details
|
||||
|
||||
# HEAP DUMP ENDPOINT ({sc-spring-boot-actuator}/management/HeapDumpWebEndpoint.{sc-ext}[HeapDumpWebEndpoint])
|
||||
management.endpoint.heapdump.cache.time-to-live=0ms # Maximum time that a response can be cached.
|
||||
|
||||
@@ -111,10 +111,6 @@ The following technology-agnostic endpoints are available:
|
||||
|`shutdown`
|
||||
|Lets the application be gracefully shutdown (not enabled by default).
|
||||
|
||||
|`status`
|
||||
|Shows application status information (that is, `health` status with no additional
|
||||
details).
|
||||
|
||||
|`threaddump`
|
||||
|Performs a thread dump.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user