From 394828d38f52d462df76a42788d79454f67e7315 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 23 Aug 2021 14:52:17 +0100 Subject: Enable prometheus by default in apex-pdp Change-Id: I0f0742474a5b242ebe71c0e5ab62bc2b1d0de1b9 Issue-ID: POLICY-3538 Signed-off-by: a.sreekumar --- services/services-onappf/src/main/resources/config/OnapPfConfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/services-onappf/src/main/resources/config/OnapPfConfig.json b/services/services-onappf/src/main/resources/config/OnapPfConfig.json index 6c80e032b..c0a4a950f 100644 --- a/services/services-onappf/src/main/resources/config/OnapPfConfig.json +++ b/services/services-onappf/src/main/resources/config/OnapPfConfig.json @@ -5,7 +5,8 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "https": true + "https": true, + "prometheus": true }, "pdpStatusParameters":{ "pdpGroup": "defaultGroup", @@ -35,4 +36,4 @@ "topicCommInfrastructure" : "dmaap" }] } -} \ No newline at end of file +} -- cgit 1.2.3-korg