diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-08-31 14:12:15 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2022-09-01 14:57:30 +0000 |
commit | 37a6e5e0f321ad659e5009092490a40892b6551a (patch) | |
tree | edd9f7a15055d09ae2ce725900774b47ebc04292 /participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml | |
parent | a6896ee8eaa79588ac45638ed236ba4d37ec1c42 (diff) |
Refactor Element ACM for prometheus configuration
Issue-ID: POLICY-4337
Change-Id: Ic8e43748bc8ffc9a9513f7f278afae9f3f393bc9
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml')
-rw-r--r-- | participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml index 76dbeaa2a..d521ad742 100644 --- a/participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml +++ b/participant/participant-impl/participant-impl-acelement/src/test/resources/application-test.yaml @@ -6,8 +6,6 @@ spring: server: port: 8084 - servlet: - context-path: /onap/policy/clamp/acelement/ error: path: /error @@ -18,5 +16,6 @@ element: management: endpoints: web: + base-path: / exposure: include: health, metrics, prometheus |