Module Opentelemetry.Span_id

Unique ID of a span.

type t
val create : unit -> t
val to_bytes : t -> bytes
val of_bytes : bytes -> t
val to_hex : t -> string
val of_hex : string -> t