ocaml-opentelemetry/src/client-cohttp-eio/config.mli
2025-07-12 00:30:31 -04:00

12 lines
335 B
OCaml

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