mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
doc
This commit is contained in:
parent
4f218b31ef
commit
8640db6a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue