Opentelemetry.Ambient_spanStoring the current span in ambient context.
val get : unit -> Opentelemetry_core.Span.t optionFind current span from ambient-context
val with_ambient : Opentelemetry_core.Span.t -> (unit -> 'a) -> 'awith_ambient span f runs f() with the current ambient span being set to span