From 13533270bb8498fce76a3d7b685b1a0f6d057d71 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Tue, 24 Aug 2021 12:55:16 +0100 Subject: Export basic prometheus metrics from clamp POLICY-3557: Export basic prometheus metrics from clamp Change-Id: Ica71d089255e2a8881f668ceeb578993996f9a38 Signed-off-by: FrancescoFioraEst --- runtime-controlloop/src/test/resources/application_test.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime-controlloop/src/test/resources/application_test.properties') 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 -- cgit 1.2.3-korg