ocaml-opentelemetry/src/client-cohttp-eio/config.mli
Simon Cruanes 09e4620603
rename Client_config to Http_config
more accurate, really.
2026-01-20 00:15:24 -05:00

12 lines
350 B
OCaml

type t = Opentelemetry_client.Http_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) Opentelemetry_client.Http_config.make
(** Make a configuration {!t}. *)
module Env : Opentelemetry_client.Http_config.ENV