Interface HasMeter


public interface HasMeter

Interface that may be added to Realized implementations should they have specific metrics.

These metrics will be added to ExecutionContext.getMetricRegistry().

  • Method Details

    • getRegistry

      com.codahale.metrics.MetricRegistry getRegistry()
    • getProgressMetricNames

      default List<String> getProgressMetricNames()
      Returns:
      a list of metric names that would be useful to provide to the user directly in the progress indicator