From 57d7c3cc970bbd3a4286d0790bd74d09241e44ff Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sat, 26 Feb 2022 17:01:34 +0100 Subject: [PATCH] Improved generic metric listing. --- src/fr/devinsy/statoolinfos/properties/PathPropertyList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }