Opentelemetry.Provider_configPer-provider batching configuration.
type t = {batch : int option;Batch size (number of items). None means unbatched (immediate emit).
timeout : Mtime.Span.t;Timeout between automatic batch flushes.
*)}val make : ?batch:int -> ?timeout:Mtime.Span.t -> unit -> tCreate a provider config.
val default : tDefault provider config: no batching, 2s timeout.