package opentelemetry

  1. Overview
  2. Docs

Trace ID.

This 16 bytes identifier is shared by all spans in one trace.

type t
val create : unit -> t
val pp : Stdlib.Format.formatter -> t -> unit
val to_bytes : t -> bytes
val of_bytes : bytes -> t
val to_hex : t -> string
val of_hex : string -> t