Record

event

An event describing a specific moment in time on a span and associated attributes.

record event {
  name: string,
  time: datetime,
  attributes: list​<key-value>,
}

Fields

NameTypeDescription
namestringEvent name.
timedatetimeEvent time.
attributeslist​<key-value>Event attributes.