Merge pull request #9573 from alimate/BAEL-4246

BAEL-4246: Added Custom Health Groups
This commit is contained in:
Eric Martin 2020-06-28 10:24:52 -05:00 committed by GitHub
commit c66282b360
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
logging.level.root=INFO
management.endpoints.web.exposure.include.=*
management.endpoints.web.exposure.include=*
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