aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-08-23 14:52:17 +0100
committera.sreekumar <ajith.sreekumar@bell.ca>2021-08-23 15:11:03 +0100
commit394828d38f52d462df76a42788d79454f67e7315 (patch)
tree7b1cde1b7c16a4243999384af75bf797d16b0c34
parentbcf323f7a1f58f3dd6ad415fc893c0f7625907ed (diff)
Enable prometheus by default in apex-pdp
Change-Id: I0f0742474a5b242ebe71c0e5ab62bc2b1d0de1b9 Issue-ID: POLICY-3538 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
-rw-r--r--services/services-onappf/src/main/resources/config/OnapPfConfig.json5
1 files 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
+}