Class MetricProducer

    • Constructor Summary

      Constructors 
      Constructor Description
      MetricProducer()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Collection<Metric> getMetrics()
      Returns a collection of produced Metrics to be exported.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricProducer

        public MetricProducer()
    • Method Detail

      • getMetrics

        public abstract java.util.Collection<Metric> getMetrics()
        Returns a collection of produced Metrics to be exported.
        Returns:
        a collection of produced Metrics to be exported.
        Since:
        0.17