aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-controlloop/src/test/resources/application_test.properties
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2021-08-24 12:55:16 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2021-08-30 13:53:56 +0100
commit13533270bb8498fce76a3d7b685b1a0f6d057d71 (patch)
treebb5de2568d3642e1529920b8040f248af25ab468 /runtime-controlloop/src/test/resources/application_test.properties
parente1d67de22d0bf9fe50c16ee6bc1e50310e74d4fa (diff)
Export basic prometheus metrics from clamp
POLICY-3557: Export basic prometheus metrics from clamp Change-Id: Ica71d089255e2a8881f668ceeb578993996f9a38 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/src/test/resources/application_test.properties')
-rw-r--r--runtime-controlloop/src/test/resources/application_test.properties2
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