Interface Data<T extends PointData>
- All Known Subinterfaces:
ExponentialHistogramData,GaugeData<T>,HistogramData,SumData<T>,SummaryData
A collection of metric
PointData.- Since:
- 1.14.0
-
Method Summary
-
Method Details
-
getPoints
Collection<T> getPoints()Returns the dataPointDatas for this metric.- Returns:
- the data
PointDatas for this metric, or emptyCollectionif no points.
-