Interface Data<T extends PointData>
- All Known Subinterfaces:
GaugeData<T>
,HistogramData
,SumData<T>
,SummaryData
A collection of data points associated to a metric.
Loosely equivalent with "Metric" message in OTLP. See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#metric-points
-
Method Summary
-
Method Details
-
getPoints
Collection<T> getPoints()Returns the dataPointData
s for this metric.- Returns:
- the data
PointData
s for this metric, or emptyCollection
if no points.
-