package opentelemetry

  1. Overview
  2. Docs

Events.

Events occur at a given time and can carry attributes. They always belong in a span.

val make : ?time_unix_nano:Timestamp_ns.t -> ?attrs:key_value list -> string -> t