Source file possibly_otel.ml

1
2
3
4
5
6
7
8
9
10
# 1 "possibly_otel.stub.ml"
module Traceparent = struct
  let name = "traceparent"

  let get_ambient () = None
end


let enter_manual_span ~__FUNCTION__ ~__FILE__ ~__LINE__ ?data name =
  Trace_core.enter_manual_toplevel_span ~__FUNCTION__ ~__FILE__ ~__LINE__ ?data name