Class NoOpMetricEmitter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void emitMetric​(Segment segment)
      Format the given metric and emit it.
      • Methods inherited from class java.lang.Object

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

      • NoOpMetricEmitter

        public NoOpMetricEmitter()
    • Method Detail

      • emitMetric

        public void emitMetric​(Segment segment)
        Description copied from interface: MetricEmitter
        Format the given metric and emit it.
        Specified by:
        emitMetric in interface MetricEmitter
        Parameters:
        segment - Segment to emit metrics from