package opentelemetry-client

  1. Overview
  2. Docs

Module Opentelemetry_client.Generic_http_consumerSource

Sourcemodule type HTTPC = sig ... end
Sourcemodule 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