From f39668976f84c5a5c39a117fdc57a5f3392750ce Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 23 Aug 2021 15:42:26 +0100 Subject: Enable prometheus by default in policy-distribution Change-Id: I5bfd9ff7597f10e5eb08c01183bf02a17676afb5 Issue-ID: POLICY-3538 Signed-off-by: a.sreekumar --- .../src/main/resources/etc/defaultConfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/policy-distribution-tarball') 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": { -- cgit 1.2.3-korg