Disable prometheus by default in policy/common 47/123447/1
authora.sreekumar <ajith.sreekumar@bell.ca>
Mon, 23 Aug 2021 13:27:41 +0000 (14:27 +0100)
committera.sreekumar <ajith.sreekumar@bell.ca>
Mon, 23 Aug 2021 13:27:49 +0000 (14:27 +0100)
Change-Id: I30acac6ea84bfb032994e81a93f38443818a0d1a
Issue-ID: POLICY-3538
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/parameters/RestServerParameters.java

index 671a154..8e3561b 100644 (file)
@@ -46,7 +46,7 @@ public class RestServerParameters extends ParameterGroupImpl {
     private String password;
     private boolean https;
     private boolean aaf;
-    private boolean prometheus = true;
+    private boolean prometheus;
     private String servletClass;
     private String servletUriPath;