aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-08-23 15:29:14 +0100
committera.sreekumar <ajith.sreekumar@bell.ca>2021-08-23 15:29:21 +0100
commitd6a884f20af0f0124c3b469daa2b00089b74f991 (patch)
treeb6bb12db0c6163f737de09ac6fc88e9402be0c57
parentca6ead6157b8a01e865f644418ed4f4d88029e07 (diff)
Enable prometheus by default in policy-pap
Change-Id: Id75de7a8c02531acb9c461e917be971feca94ffd Issue-ID: POLICY-3538 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
-rw-r--r--packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
index 94315bb6..575880cb 100644
--- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
+++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
@@ -6,7 +6,8 @@
"userName": "healthcheck",
"password": "zb!XztG34",
"https": true,
- "aaf": false
+ "aaf": false,
+ "prometheus": true
},
"pdpParameters": {
"heartBeatMs": 120000,