Interface TimerTracker


  • public interface TimerTracker
    Tracks a timer metric.
    Since:
    13.0
    Author:
    Pedro Ruivo
    • Method Detail

      • update

        void update​(long value,
                    TimeUnit timeUnit)
        Adds a record.
        Parameters:
        value - The value.
        timeUnit - The TimeUnit of the value.