Interface DoublePointData

All Superinterfaces:
PointData

public interface DoublePointData extends PointData
A single data point in a timeseries that describes the time-varying value of a double metric.
  • Method Details

    • getValue

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

      List<DoubleExemplarData> getExemplars()
      List of exemplars collected from measurements that were used to form the data point.
      Specified by:
      getExemplars in interface PointData