Readonly
attributesThe attributes associated with this DataPoint.
Readonly
endThe end epoch timestamp when data were collected, usually it represents
the moment when MetricReader.collect
was called.
Readonly
startThe start epoch timestamp of the DataPoint, usually the time when the metric was created when the preferred AggregationTemporality is CUMULATIVE, or last collection time otherwise.
Readonly
valueThe value for this DataPoint. The type of the value is indicated by the DataPointType.
Represents an aggregated point data with start time, end time and their associated attributes and points.