Represents an aggregated point data with start time, end time and their associated attributes and points.

Type Parameters

  • T

Properties

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.

value: T

The value for this DataPoint. The type of the value is indicated by the DataPointType.