Class MetricExporter

    • Constructor Summary

      Constructors 
      Constructor Description
      MetricExporter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void export​(java.util.Collection<Metric> metrics)
      Exports the list of given Metric.
      • Methods inherited from class java.lang.Object

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

      • MetricExporter

        public MetricExporter()
    • Method Detail

      • export

        public abstract void export​(java.util.Collection<Metric> metrics)
        Exports the list of given Metric.
        Parameters:
        metrics - the list of Metric to be exported.
        Since:
        0.19