The attributes associated with this DataPoint.
The end epoch timestamp when data were collected, usually it represents
the moment when MetricReader.collect
was called.
The 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.
The value for this DataPoint. The type of the value is indicated by the DataPointType.
Generated using TypeDoc
Represents an aggregated point data with start time, end time and their associated attributes and points.