diff options
author | Jim Hahn <jrh3@att.com> | 2021-08-31 13:44:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-31 13:44:33 +0000 |
commit | 1a2a4b17938f357d9dc0119f5417d5ea9e405467 (patch) | |
tree | ce23bb0749649aed868b39d538c2304dda2039f3 /runtime-controlloop/src/main/resources/application.yaml | |
parent | 89710c091780bdbc2d56b4e0dc5c32fc34719efc (diff) | |
parent | 13533270bb8498fce76a3d7b685b1a0f6d057d71 (diff) |
Merge "Export basic prometheus metrics from clamp"
Diffstat (limited to 'runtime-controlloop/src/main/resources/application.yaml')
-rw-r--r-- | runtime-controlloop/src/main/resources/application.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime-controlloop/src/main/resources/application.yaml b/runtime-controlloop/src/main/resources/application.yaml index ea98aaa8c..cddb3d0fb 100644 --- a/runtime-controlloop/src/main/resources/application.yaml +++ b/runtime-controlloop/src/main/resources/application.yaml @@ -50,3 +50,9 @@ runtime: servers: - ${topicServer:localhost} topicCommInfrastructure: dmaap + +management: + endpoints: + web: + exposure: + include: health, metrics, prometheus |