From fe43edecef38cc06f7c540eaf43016e38f360227 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 9 Jun 2022 10:03:13 +0100 Subject: Fix configuration for Prometheus metrics JVM related metrics were not being exposed due to spring boot bug when loading beans configuration. Issue-ID: POLICY-4146 Change-Id: I334c60b0c0d087c63b28bf44704aa3e909eca646 Signed-off-by: adheli.tavares --- runtime-acm/src/test/resources/application-test.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime-acm/src/test/resources') diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml index 60a4d76a2..9d0754a29 100644 --- a/runtime-acm/src/test/resources/application-test.yaml +++ b/runtime-acm/src/test/resources/application-test.yaml @@ -12,10 +12,6 @@ spring: hibernate: dialect: org.hibernate.dialect.HSQLDialect -server: - servlet: - context-path: /onap/automationcomposition - runtime: participantParameters: updateParameters: -- cgit 1.2.3-korg