package opentelemetry

  1. Overview
  2. Docs

Module Opentelemetry.Trace_idSource

Trace ID.

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

Sourcetype t
Sourceval create : unit -> t
Sourceval dummy : t
Sourceval pp : Format.formatter -> t -> unit
Sourceval is_valid : t -> bool
Sourceval to_bytes : t -> bytes
Sourceval of_bytes : bytes -> t
Sourceval to_hex : t -> string
Sourceval to_hex_into : t -> bytes -> int -> unit
Sourceval of_hex : string -> t
Sourceval of_hex_substring : string -> int -> t
OCaml

Innovation. Community. Security.