MCPcopy Index your code
hub / github.com/dianping/cat / logMetricForCount

Method logMetricForCount

lib/java/src/main/java/com/dianping/cat/Cat.java:459–461  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

457 }
458
459 public static void logMetricForCount(String name) {
460 logMetricForCount(name, null);
461 }
462
463 public static void logMetricForCount(String name, int quantity) {
464 logMetricForCount(name, quantity, null);

Callers 3

metricMethod · 0.95
log_metric_for_countMethod · 0.45
LogMetricForCountFunction · 0.45

Calls 5

isEnabledMethod · 0.95
checkAndInitializeMethod · 0.95
getInstanceMethod · 0.95
errorHandlerMethod · 0.95
addCountMetricMethod · 0.80

Tested by 1

metricMethod · 0.76