diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-23 15:29:14 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-23 15:29:21 +0100 |
commit | d6a884f20af0f0124c3b469daa2b00089b74f991 (patch) | |
tree | b6bb12db0c6163f737de09ac6fc88e9402be0c57 /packages/policy-pap-tarball/src/main/resources/etc | |
parent | ca6ead6157b8a01e865f644418ed4f4d88029e07 (diff) |
Enable prometheus by default in policy-pap
Change-Id: Id75de7a8c02531acb9c461e917be971feca94ffd
Issue-ID: POLICY-3538
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'packages/policy-pap-tarball/src/main/resources/etc')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 3 |
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, |