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 pp : Format.formatter -> t -> unit
Sourceval to_bytes : t -> bytes
Sourceval of_bytes : bytes -> t
Sourceval to_hex : t -> string
Sourceval of_hex : string -> t
OCaml

Innovation. Community. Security.