Interface LongPointData

All Superinterfaces:
PointData

public interface LongPointData extends PointData
A point data with a double aggregation value.
Since:
1.14.0
  • Method Details

    • create

      static LongPointData create(long startEpochNanos, long epochNanos, io.opentelemetry.api.common.Attributes attributes, long value)
      Create a record.
      Since:
      1.50.0
    • getValue

      long getValue()
      Returns the value of the data point.
    • getExemplars

      List<LongExemplarData> getExemplars()
      List of exemplars collected from measurements aggregated into this point.
      Specified by:
      getExemplars in interface PointData