diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-01-12 07:55:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-01-12 07:55:12 +0000 |
commit | 241bd1439174d1008c8bbcbd775b2395b45d68ed (patch) | |
tree | 366f016fbbfedcfdf52aaa695c7ad7ce0067f762 /kubernetes/aai/components/aai-graphadmin/resources/config/application.properties | |
parent | a4f1fa19963726fd617a9789358fbb3e42a08eb3 (diff) | |
parent | 63f8bfd817e969d5cfd72ab8be0666dd8c594708 (diff) |
Merge "[AAI] Fix AAI service monitoring via Prometheus"
Diffstat (limited to 'kubernetes/aai/components/aai-graphadmin/resources/config/application.properties')
-rw-r--r-- | kubernetes/aai/components/aai-graphadmin/resources/config/application.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/aai/components/aai-graphadmin/resources/config/application.properties b/kubernetes/aai/components/aai-graphadmin/resources/config/application.properties index 37d02a0629..b63cd83158 100644 --- a/kubernetes/aai/components/aai-graphadmin/resources/config/application.properties +++ b/kubernetes/aai/components/aai-graphadmin/resources/config/application.properties @@ -5,7 +5,7 @@ # ================================================================================ # Copyright � 2018 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2021 Orange -# Modifications Copyright © 2023 Nordix Foundation +# Modifications Copyright � 2023 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -103,6 +103,8 @@ aperture.service.base.url=http://localhost:8457/aai/aperture aperture.service.timeout-in-milliseconds=300000 #To Expose the Prometheus scraping endpoint -management.port=8448 +management.server.port=8448 +management.endpoints.enabled-by-default=true +management.endpoints.web.exposure.include=info,health,prometheus endpoints.enabled=false management.security.enabled=false
\ No newline at end of file |