diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-23 15:42:26 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-23 15:42:33 +0100 |
commit | f39668976f84c5a5c39a117fdc57a5f3392750ce (patch) | |
tree | a5bdadde1f5de9bb27f4928c8a3c25d12a1fea6f /packages | |
parent | 784b94f5872721fadf39cc459e02bd77d9e7c796 (diff) |
Enable prometheus by default in policy-distribution
Change-Id: I5bfd9ff7597f10e5eb08c01183bf02a17676afb5
Issue-ID: POLICY-3538
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |