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.

timedatetime

The time when the measurement was recorded.

valuemetric-number

The measured value.

span-idspan-id

The ID of the span that was active during the measurement.

If no span was active or the span was not sampled this will be empty.

trace-idtrace-id

The ID of the trace the active span belonged to during the measurement.

If no span was active or the span was not sampled this will be empty.