regexpExpressions.add(entry.getValue());
}
}
if(!regexpExpressions.isEmpty()) {
filterList.addMetricFilter(new RegexpMetricsFilter(regexpExpressions));
}
this.filter = filterList;
this.period = 60;
if(metricsProperties.get(metricsPropertyKey + PERIOD_KEY) != null) {