This commit is contained in:
Simon Cruanes 2025-12-04 21:11:17 -05:00
parent 22298495e2
commit 70b435f8ec
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -57,5 +57,5 @@ val push' : 'a t -> 'a list -> unit
open Opentelemetry_emitter
val wrap_emitter : 'a t -> 'a Emitter.t -> 'a Emitter.t
(** [batch_emitter batch e] is an emitter that uses batch [batch] to gather
(** [wrap_emitter batch e] is an emitter that uses batch [batch] to gather
signals into larger lists before passing them to [e]. *)