package trace

  1. Overview
  2. Docs
A stub for tracing/observability, agnostic in how data is collected

Install

Dune Dependency

Authors

Maintainers

Sources

trace-0.9.tbz
sha256=1a8c75efea8a691f1e0fa3dcf59ee0bf53fad7190b9fa0babde4f9a21bc10dd6
sha512=a082b3cbf34631069855bef7b8cf5017daf08141f8794dc0ef963e7afe0812749c388553fa3d21ecb35ce75909571dfd8fc38bcc4438b7eaaa9010296f28e2fc

doc/src/trace.subscriber/types.ml.html

Source file types.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
(** Some core types for subscribers. *)

type user_data =
  | U_bool of bool
  | U_float of float
  | U_int of int
  | U_none
  | U_string of string
      (** A non polymorphic-variant version of {!Trace_core.user_data} *)

type flavor =
  | Sync
  | Async  (** A non polymorphic-variant version of {!Trace_core.flavor} *)
OCaml

Innovation. Community. Security.