//clear the expired statistics
if (statisticsCleaner == null) {
StatisticsCollector collector = SynapseConfigUtils.getStatisticsCollector(contextInfo);
if (collector != null) {
statisticsCleaner = new StatisticsCleaner(collector);
}
}
if (statisticsCleaner != null) {
statisticsCleaner.clean();
}