Examples of ProblemReportBuilder


Examples of com.dianping.cat.report.task.problem.ProblemReportBuilder

    builder.buildHourlyTask(HeartbeatAnalyzer.ID, "ReviewWeb", period);
  }

  @Test
  public void testProblem() throws Exception {
    ProblemReportBuilder builder = lookup(ProblemReportBuilder.class);

    Date period = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse("2013-12-16 16:00:00");
    builder.buildHourlyTask(ProblemAnalyzer.ID, "cat", period);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.