OtlpNumberDataPointDto
OtlpNumberDataPointDto
| Name | Description | Schema | Default |
|---|---|---|---|
| as_double optional | Double-typed value of the metric Example : 0.75 | any of [object, null] | |
| as_int optional | Int-typed value of the metric Example : 10 | any of [integer, null] | |
| attributes required | Labels of Metric | array[OtlpAttributeDto] | |
| start_time_unix_nano optional | Unix timestamp, expressed in nanoseconds, for the moment when the metric data began being measured (only used for sum, not for gauge) Example : 1753776789854000000 | any of [string, null] | |
| time_unix_nano required | Unix timestamp, expressed in nanoseconds, for the moment when the metric data was measured or when the measurement ended Example : 1753776789854000000 | integer |