Interface ObservableLongMeasurement


public interface ObservableLongMeasurement
An interface for observing measurements with long values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    record(long value)
    Records a measurement.
    void
    record(long value, Attributes attributes)
    Records a measurement with a set of attributes.
  • Method Details

    • record

      void record(long value)
      Records a measurement.
      Parameters:
      value - The measurement amount.
    • record

      void record(long value, Attributes attributes)
      Records a measurement with a set of attributes.
      Parameters:
      value - The measurement amount.
      attributes - A set of attributes to associate with the count.