summaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/main/resources/application.properties
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-01-02 22:35:26 +0000
committerGerrit Code Review <gerrit@onap.org>2024-01-02 22:35:26 +0000
commit87cbabb974af4fa9b4777cd54b5cadfc7b9ee3fd (patch)
treea2ef4b20bf52a15e0425b10f4ef9e5613e7efda2 /aai-traversal/src/main/resources/application.properties
parentdd0160e654eba5b2758b7bb214424fd1aee13eb6 (diff)
parentca3aa8f05227638b96b0ae0745574c8067a63def (diff)
Merge "Update spring-boot to 2.3"
Diffstat (limited to 'aai-traversal/src/main/resources/application.properties')
-rw-r--r--aai-traversal/src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties
index 5242148..5e49d18 100644
--- a/aai-traversal/src/main/resources/application.properties
+++ b/aai-traversal/src/main/resources/application.properties
@@ -120,7 +120,7 @@ management.server.port=8448
management.endpoints.enabled-by-default=true
#To Enable Actuator Endpoint, you can override this in OOM Charts
management.endpoints.web.exposure.include=info, health, prometheus
-management.metrics.web.server.auto-time-requests=false
+management.metrics.web.server.request.autotime.enabled=false
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