Package br.com.jarch.agent
Class MetricsCollector
- java.lang.Object
-
- br.com.jarch.agent.MetricsCollector
-
public class MetricsCollector extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetricsCollector.Entry
-
Constructor Summary
Constructors Constructor Description MetricsCollector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,MetricsCollector.Entry>getEntries()static voidreport(java.lang.String methodName, long duration)
-
-
-
Method Detail
-
report
public static void report(java.lang.String methodName, long duration)
-
getEntries
public static java.util.Map<java.lang.String,MetricsCollector.Entry> getEntries()
-
-