Interface BaseClientMetricsJava
public interface BaseClientMetricsJava
Trait for java metrics
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Map<String,MetricsJava> getAll()Get all metricsgetMetricsFor(String methodName) Get bunch of metrics by name
-
Method Details
-
getAll
scala.collection.immutable.Map<String,MetricsJava> getAll()Get all metrics- Returns:
- map where key is metric's name and value is corresponding bunch of metrics
-
getMetricsFor
Get bunch of metrics by name- Returns:
- bunch of metrics
-