Interface ObservableLongMeasurement

    • Method Detail

      • record

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

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