Opentelemetry_client.Generic_http_consumer
type error = Export_error.t
module type IO = Generic_io.S_WITH_CONCURRENCY
module type HTTPC = sig ... end
module Make (IO : IO) (Notifier : Generic_notifier.S with type 'a IO.t = 'a IO.t) (Httpc : HTTPC with type 'a IO.t = 'a IO.t) : sig ... end