diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2022-06-15 14:27:49 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2022-06-15 14:28:13 +0100 |
commit | a4a0858d46643ee3b1798fc258a6a47b723f5ddd (patch) | |
tree | 1d981168f550ef6d661e2246f966709690a391b1 /packages | |
parent | fe43edecef38cc06f7c540eaf43016e38f360227 (diff) |
Fix CSIT configuration for metrics
Issue-ID: POLICY-4146
Change-Id: I4e416df1074fd5eaddf1076f8328a5c8fe2654a1
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml b/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml index 40031828d..d3d9ed0c2 100644 --- a/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml +++ b/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml @@ -32,8 +32,6 @@ security: server: port: 6969 - servlet: - context-path: /onap/policy/clamp/acm error: path: /error @@ -64,5 +62,6 @@ runtime: management: endpoints: web: + base-path: / exposure: include: health, metrics, prometheus |