| name |
string |
The metric name (e.g., cpu.usage.percent) |
| type |
string |
The metric type |
| value |
object |
The metric value. For gauge and count, a number. For summary, an object with count, sum, min, and max fields. |
| timestamp |
integer |
Unix timestamp in milliseconds. Overrides the common timestamp for this metric. |
| interval.ms |
integer |
Measurement interval in milliseconds. Required for count and summary types. |
| attributes |
object |
Additional key-value attributes for this metric point |