OtlpSumDto
OtlpSumDto
| Name | Description | Schema | Default |
|---|---|---|---|
| aggregation_temporality required | Aggregation Temporality defines the time window over which metric measurements are aggregated, specifying if the reported value is the cumulative sum (2) or the incremental change (1, Delta) since the last report or unspecified (0). Example : 2 | integer | |
| data_points required | The dataPoints field contains a list of the actual observed values for a specific metric, where each value has a timestamp and a metric value. The value of a data point must be represented as either asInt or asDouble, and only a single value may be sent. If more than one value is provided, only one will be accepted and the additional values will be dropped | array[OtlpNumberDataPointDto] | |
| is_monotonic required | Whether the value is monotonic Example : True | boolean |