Improved generic metric listing.
This commit is contained in:
parent
8aa0a2e84b
commit
57d7c3cc97
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ public class PathPropertyList extends ArrayList<PathProperty> 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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue