ocaml-opentelemetry/src/client-ocurl-lwt/config.mli

12 lines
356 B
OCaml

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