diff --git a/src/fr/devinsy/statoolinfos/properties/PathPropertyList.java b/src/fr/devinsy/statoolinfos/properties/PathPropertyList.java index bec72fa..7ba9079 100644 --- a/src/fr/devinsy/statoolinfos/properties/PathPropertyList.java +++ b/src/fr/devinsy/statoolinfos/properties/PathPropertyList.java @@ -529,7 +529,7 @@ public class PathPropertyList extends ArrayList implements PathPro for (String metricPath : getMetricPrefixes()) { { - if ((!StringUtils.startsWithAny(metricPath, "metrics.http.", "metrics.user.", "mertics.database.", "metrics.files."))) + if ((!StringUtils.startsWithAny(metricPath, "metrics.http.", "metrics.service.", "mertics.moderation."))) { result.add(metricPath); }