package opentelemetry

  1. Overview
  2. Docs

Module Opentelemetry.Span_idSource

Unique ID of a span.

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.