aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpServiceFilter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpServiceFilter.java b/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpServiceFilter.java
index 50dafd52..8e34414d 100644
--- a/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpServiceFilter.java
+++ b/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpServiceFilter.java
@@ -40,7 +40,7 @@ public class XacmlPdpServiceFilter implements Filter {
/**
* Services the are always available, even when the API is disabled.
*/
- public static final Set<String> PERMANENT_SERVICES = Set.of("healthcheck", "statistics");
+ public static final Set<String> PERMANENT_SERVICES = Set.of("healthcheck", "statistics", "metrics");
private static final AtomicBoolean apiDisabled = new AtomicBoolean(true);