From 1745b39c3b1aee7eb556a24061e38b9e0b37f487 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 23 Aug 2021 15:18:39 +0100 Subject: Enable prometheus by default in policy-api Change-Id: I67368e3002601bab5dfbf3813af63ea90ac1a1f8 Issue-ID: POLICY-3538 Signed-off-by: a.sreekumar --- packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/policy-api-tarball') diff --git a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json index 91d5591a..98d934ed 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json @@ -6,7 +6,8 @@ "userName": "healthcheck", "password": "zb!XztG34", "https": true, - "aaf": false + "aaf": false, + "prometheus": true }, "databaseProviderParameters": { "name": "PolicyProviderParameterGroup", -- cgit 1.2.3-korg