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

NameTypeDescription
filtered-attributeslist​<key-value>The attributes recorded with the measurement but filtered out of the time series' aggregated data.
timedatetimeThe time when the measurement was recorded.
valuemetric-numberThe measured value.
span-idspan-idThe ID of the span that was active during the measurement.
trace-idtrace-idThe ID of the trace the active span belonged to during the measurement.