package opentelemetry-client

  1. Overview
  2. Docs

Module Opentelemetry_client_sync.Notifier_syncSource

include Opentelemetry_client.Generic_notifier.S with type 'a IO.t = 'a
Sourcetype t
Sourceval create : unit -> t
Sourceval delete : t -> unit
Sourceval trigger : t -> unit
Sourceval wait : t -> should_keep_waiting:(unit -> bool) -> unit IO.t
Sourceval register_bounded_queue : t -> _ Opentelemetry_client.Bounded_queue.Recv.t -> unit