RecordeventAn event describing a specific moment in time on a span and associated attributes. record event { name: string, time: datetime, attributes: list<key-value>, }FieldsNameTypeDescriptionnamestringEvent name. timedatetimeEvent time. attributeslist<key-value>Event attributes.