Interface Recorder

  • All Superinterfaces:
    Metric

    public interface Recorder
    extends Metric
    Recorder metric for measuring changing values (like durations).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Recorder NONE
      Empty no-op Recorder.
    • Field Detail

      • NONE

        static final Recorder NONE
        Empty no-op Recorder.
    • Method Detail

      • record

        void record​(long value)
        Record a new value.
        Parameters:
        value - new value to record