Opentelemetry_core.Event
Events.
Events occur at a given time and can carry attributes. They always belong in a span.
type t = Opentelemetry_core.Common_.Proto.Trace.span_event
val make : ?time_unix_nano:Timestamp_ns.t -> ?attrs:Key_value.t list -> string -> t