package opentelemetry

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Opentelemetry_core.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 compare : t -> t -> int
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
Sourcemodule Map : Map.S with type key = t
Sourceval k_trace_id : t Hmap.key

Hmap key to carry around a Trace_id.t, to remember what the current trace is.

  • since 0.8