Interface BaseClientMetricsJava


public interface BaseClientMetricsJava
Trait for java metrics
  • 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

      Optional<MetricsJava> getMetricsFor(String methodName)
      Get bunch of metrics by name

      Returns:
      bunch of metrics