mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
7 lines
177 B
OCaml
7 lines
177 B
OCaml
module OTEL = Opentelemetry
|
|
module Otrace = Trace_core (* ocaml-trace *)
|
|
module Ambient_context = Opentelemetry_ambient_context
|
|
|
|
let ( let@ ) = ( @@ )
|
|
|
|
let spf = Printf.sprintf
|