Record
exemplar
A measurement sampled from a time series providing a typical example.
record exemplar {
filtered-attributes: list<key-value>,
time: datetime,
value: metric-number,
span-id: span-id,
trace-id: trace-id,
}Fields
| Name | Type | Description |
|---|---|---|
| filtered-attributes | list<key-value> | The attributes recorded with the measurement but filtered out of the time series' aggregated data. |
| time | datetime | The time when the measurement was recorded. |
| value | metric-number | The measured value. |
| span-id | span-id | The ID of the span that was active during the measurement. |
| trace-id | trace-id | The ID of the trace the active span belonged to during the measurement. |