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/test/resources/application_test.properties | |
parent | 89710c091780bdbc2d56b4e0dc5c32fc34719efc (diff) | |
parent | 13533270bb8498fce76a3d7b685b1a0f6d057d71 (diff) |
Merge "Export basic prometheus metrics from clamp"
Diffstat (limited to 'runtime-controlloop/src/test/resources/application_test.properties')
-rw-r--r-- | runtime-controlloop/src/test/resources/application_test.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime-controlloop/src/test/resources/application_test.properties b/runtime-controlloop/src/test/resources/application_test.properties index ad2a4b12c..0074d9f95 100644 --- a/runtime-controlloop/src/test/resources/application_test.properties +++ b/runtime-controlloop/src/test/resources/application_test.properties @@ -28,3 +28,5 @@ runtime.topicParameterGroup.topicSources[0].fetchTimeout=15000 runtime.topicParameterGroup.topicSinks[0].topic=POLICY-CLRUNTIME-PARTICIPANT runtime.topicParameterGroup.topicSinks[0].servers[0]=localhost runtime.topicParameterGroup.topicSinks[0].topicCommInfrastructure=dmaap + +management.endpoints.web.exposure.include=health,metrics,prometheus |