ocaml-opentelemetry/src/client-cohttp-lwt/config.mli
2025-06-10 17:47:56 -04:00

12 lines
293 B
OCaml

type t = Client.Config.t
(** Configuration.
To build one, use {!make} below. This might be extended with more fields in
the future. *)
val pp : Format.formatter -> t -> unit
val make : (unit -> t) Client.Config.make
(** Make a configuration {!t}. *)
module Env : Client.Config.ENV