Interface Summary

All Known Implementing Classes:
AvgMinMaxCounter, AvgMinMaxPercentileCounter

public interface Summary
Summaries track the size and number of events. They are able to publish minumum, maximum, average values, depending on the capabilities of the MetricsProvider.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(long value)
    Register a value.
  • Method Details

    • add

      void add(long value)
      Register a value.

      This method is thread safe, The MetricsProvider will take care of synchronization.

      Parameters:
      value - current value