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),
com.dianping.cat.consumer.problem.model.transform.DefaultNativeBuilder.build(problemReport));
CrossReport crossReport = m_reportService.queryCrossReport(domain, start, end);
m_reportService.insertMonthlyReport(buildMonthlyReport(domain, start, CrossAnalyzer.ID),