aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-08-23 15:18:39 +0100
committera.sreekumar <ajith.sreekumar@bell.ca>2021-08-23 15:18:43 +0100
commit1745b39c3b1aee7eb556a24061e38b9e0b37f487 (patch)
tree25eeb0ecde802c31a71797af06b67b46ecdec4e9
parent2877524892371091bb41d2cad3a45c3c5835feb8 (diff)
Enable prometheus by default in policy-api
Change-Id: I67368e3002601bab5dfbf3813af63ea90ac1a1f8 Issue-ID: POLICY-3538 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
-rw-r--r--packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json3
1 files changed, 2 insertions, 1 deletions
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",