Module Opentelemetry_client.Generic_consumer

A consumer: pulls signals from a queue, sends them somewhere else

type error = Export_error.t

Number of errors met during export

module type SENDER = sig ... end

Generic sender: where to send signals

module Make (IO : IO) (Notifier : Generic_notifier.S with type 'a IO.t = 'a IO.t) (Sender : SENDER with type 'a IO.t = 'a IO.t) : sig ... end