From: a.sreekumar Date: Mon, 23 Aug 2021 14:42:26 +0000 (+0100) Subject: Enable prometheus by default in policy-distribution X-Git-Tag: 2.6.0~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f39668976f84c5a5c39a117fdc57a5f3392750ce;p=policy%2Fdistribution.git Enable prometheus by default in policy-distribution Change-Id: I5bfd9ff7597f10e5eb08c01183bf02a17676afb5 Issue-ID: POLICY-3538 Signed-off-by: a.sreekumar --- diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index 02fecfb1..fd855c65 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -5,7 +5,8 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "https": true + "https": true, + "prometheus": true }, "receptionHandlerParameters": { "SDCReceptionHandler": {