Added Custom Health Groups
This commit is contained in:
parent
184ea1c260
commit
39c55876c9
|
@ -1,5 +1,9 @@
|
||||||
logging.level.root=INFO
|
logging.level.root=INFO
|
||||||
|
|
||||||
management.endpoints.web.exposure.include.=*
|
management.endpoints.web.exposure.include=*
|
||||||
|
|
||||||
info.app.name=Spring Boot 2 actuator Application
|
info.app.name=Spring Boot 2 actuator Application
|
||||||
|
management.endpoint.health.group.custom.include=diskSpace,ping
|
||||||
|
management.endpoint.health.group.custom.show-components=always
|
||||||
|
management.endpoint.health.group.custom.show-details=always
|
||||||
|
management.endpoint.health.group.custom.status.http-mapping.up=207
|
Loading…
Reference in New Issue