OtlpSum

@Serializable
data class OtlpSum(val dataPoints: List<OtlpNumberDataPoint>, val aggregationTemporality: AggregationTemporality, val isMonotonic: Boolean)

Sum metric payload.

Constructors

Link copied to clipboard
constructor(dataPoints: List<OtlpNumberDataPoint>, aggregationTemporality: AggregationTemporality, isMonotonic: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

cumulative or delta data points.

Link copied to clipboard

whether the sum is strictly increasing.