mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
8 lines
251 B
OCaml
8 lines
251 B
OCaml
(** Utilities for writing clients
|
|
|
|
These are used for implementing e.g., the [opentelemetry-client-cohttp-lwt]
|
|
and [opentelemetry-client-ocurl] packages package. *)
|
|
|
|
module Config = Config
|
|
module Signal = Signal
|
|
module Self_trace = Self_trace
|