Interface PointData

    • Method Detail

      • getStartEpochNanos

        long getStartEpochNanos()
        Returns the start time of the aggregation in epoch nanos.
      • getEpochNanos

        long getEpochNanos()
        Returns the end time of the aggregation in epoch nanos.
      • getAttributes

        Attributes getAttributes()
        Returns the attributes of the aggregation.
      • getExemplars

        java.util.List<? extends ExemplarData> getExemplars()
        List of exemplars collected from measurements aggregated into this point.