mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 20:33:36 -04:00
7 lines
164 B
OCaml
7 lines
164 B
OCaml
module Otel = Opentelemetry
|
|
module Otrace = Trace_core (* ocaml-trace *)
|
|
module TSub = Trace_subscriber.Subscriber
|
|
|
|
let ( let@ ) = ( @@ )
|
|
|
|
let spf = Printf.sprintf
|