Package com.dianping.cat.message

Examples of com.dianping.cat.message.Metric.complete()


    if (nameValuePairs != null && nameValuePairs.length() > 0) {
      metric.addData(nameValuePairs);
    }

    metric.setStatus(status);
    metric.complete();
  }

  @Override
  public void logTrace(String type, String name) {
    logTrace(type, name, Message.SUCCESS, null);
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.