more metrics

This commit is contained in:
Athou
2013-05-18 17:50:38 +02:00
parent 18cc08d7ad
commit f4d6ebda63
2 changed files with 15 additions and 2 deletions

View File

@@ -95,7 +95,8 @@ public class FeedUpdateService {
feedEntryDAO.saveOrUpdate(entryUpdateList);
feedEntryStatusDAO.saveOrUpdate(statusUpdateList);
metricsBean.feedUpdated(entryUpdateList.size());
metricsBean
.feedUpdated(entryUpdateList.size(), statusUpdateList.size());
}
private FeedEntry findEntry(List<FeedEntry> existingEntries, FeedEntry entry) {