diff options
author | Shantaram Sawant <s.shantaram.sawant@accenture.com> | 2024-10-02 20:00:28 +0530 |
---|---|---|
committer | Shantaram Sawant <s.shantaram.sawant@accenture.com> | 2024-10-02 20:00:28 +0530 |
commit | ee78651fb78635afdb7bcf37e903f3d0043741dc (patch) | |
tree | 0b7c40e2693aedbd8553f7ad223253e4e85f221d /aai-traversal/src/main/resources/application.properties | |
parent | 51415ac5eb5c77809dc5eac5f50b5728b7dfd977 (diff) |
echo liveness probe available under /actuator/health
- Include database connectivity check in the /echo API of AAI modules.
Issue-ID: AAI-3999
Change-Id: Ib34e76a0520624a8383faa56a84c727bdc09ab29
Signed-off-by: Shantaram Sawant <s.shantaram.sawant@accenture.com>
Diffstat (limited to 'aai-traversal/src/main/resources/application.properties')
-rw-r--r-- | aai-traversal/src/main/resources/application.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index 29243ae..de08b4e 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -140,3 +140,10 @@ management.metrics.tags.group_id=aai # management.metrics.tags.app_id=${info.build.artifact} #Enable this option only for debug purposes. For more information: https://github.com/micrometer-metrics/micrometer/issues/1584 scrape.uri.metrics=true + + +# If true, the actuator health check will be overriden +# to use the AaiGraphChecker check instead +# this does the same as the /echo endpoint, +# but doesn't show up in micrometer metrics +aai.actuator.echo.enabled=false |