From ee78651fb78635afdb7bcf37e903f3d0043741dc Mon Sep 17 00:00:00 2001 From: Shantaram Sawant Date: Wed, 2 Oct 2024 20:00:28 +0530 Subject: 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 --- aai-traversal/src/main/resources/application.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'aai-traversal/src/main/resources/application.properties') 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 -- cgit 1.2.3-korg