Enable prometheus by default in apex-pdp 53/123453/2
authora.sreekumar <ajith.sreekumar@bell.ca>
Mon, 23 Aug 2021 13:52:17 +0000 (14:52 +0100)
committera.sreekumar <ajith.sreekumar@bell.ca>
Mon, 23 Aug 2021 14:11:03 +0000 (15:11 +0100)
Change-Id: I0f0742474a5b242ebe71c0e5ab62bc2b1d0de1b9
Issue-ID: POLICY-3538
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
services/services-onappf/src/main/resources/config/OnapPfConfig.json

index 6c80e03..c0a4a95 100644 (file)
@@ -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
+}