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
namestring

Event name.

timedatetime

Event time.

attributeslist​<key-value>

Event attributes.