new TransactionReportCountFilter().visitTransactionReport(transactionReport);
m_reportService.insertMonthlyReport(buildMonthlyReport(domain, start, TransactionAnalyzer.ID),
com.dianping.cat.consumer.transaction.model.transform.DefaultNativeBuilder.build(transactionReport));
EventReport eventReport = m_reportService.queryEventReport(domain, start, end);
m_reportService.insertMonthlyReport(buildMonthlyReport(domain, start, EventAnalyzer.ID),
com.dianping.cat.consumer.event.model.transform.DefaultNativeBuilder.build(eventReport));
ProblemReport problemReport = m_reportService.queryProblemReport(domain, start, end);
m_reportService.insertMonthlyReport(buildMonthlyReport(domain, start, ProblemAnalyzer.ID),