mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-05-05 08:54:27 -04:00
doc
This commit is contained in:
parent
e974c6d31b
commit
207154af0d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
{[
|
{[
|
||||||
(* new key to track the current span in lwt context *)
|
(* new key to track the current span in lwt context *)
|
||||||
let k_ambient_span : span Lwt.key = Lwt.new_key ()
|
let k_ambient_span : Trace_core.span Lwt.key = Lwt.new_key ()
|
||||||
|
|
||||||
(* ambient span provider, install it using Trace_core.set_ambient_context_provider] *)
|
(* ambient span provider, install it using Trace_core.set_ambient_context_provider] *)
|
||||||
let ambient_span_provider : Trace_core.Ambient_span_provider.t =
|
let ambient_span_provider : Trace_core.Ambient_span_provider.t =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue