From 10e7b82bfc65b11df9497577ff6f16ed10564d69 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 7 Dec 2022 14:59:37 +0000 Subject: SLAs for async methods - undeploy policy timing - deploy policy timing - unit tests for actuator endpoints Issue-ID: POLICY-4469 Change-Id: I3298888e59824347b8d2a57fb531c10f2f4ca125 Signed-off-by: adheli.tavares --- main/src/test/resources/application-test.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/src/test/resources') diff --git a/main/src/test/resources/application-test.yaml b/main/src/test/resources/application-test.yaml index de32fc43..093ce437 100644 --- a/main/src/test/resources/application-test.yaml +++ b/main/src/test/resources/application-test.yaml @@ -82,9 +82,14 @@ pap: basePath: topics management: + metrics: + export: + prometheus: + enabled: true endpoints: web: base-path: / exposure: include: health, metrics, prometheus + path-mapping.metrics: plain-metrics path-mapping.prometheus: metrics -- cgit 1.2.3-korg