mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 04:35:46 -04:00
now we modify batches on the fly when we send signals; but there still is a thread pool to send signals via HTTP.
8 lines
179 B
OCaml
8 lines
179 B
OCaml
module Atomic = Opentelemetry_atomic.Atomic
|
|
module Proto = Opentelemetry_proto
|
|
|
|
let spf = Printf.sprintf
|
|
|
|
let ( let@ ) = ( @@ )
|
|
|
|
let[@inline] tid () = Thread.id @@ Thread.self ()
|