Interface HistogramData
- All Superinterfaces:
Data<HistogramPointData>
- All Known Implementing Classes:
AutoValue_ImmutableHistogramData
,ImmutableHistogramData
Data for a
MetricDataType.HISTOGRAM
metric.- Since:
- 1.14.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the histogramAggregationTemporality
.Returns the dataPointData
s for this metric.
-
Method Details
-
getAggregationTemporality
AggregationTemporality getAggregationTemporality()Returns the histogramAggregationTemporality
. -
getPoints
Collection<HistogramPointData> getPoints()Description copied from interface:Data
Returns the dataPointData
s for this metric.- Specified by:
getPoints
in interfaceData<HistogramPointData>
- Returns:
- the data
PointData
s for this metric, or emptyCollection
if no points.
-