mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 12:45:45 -04:00
docs
This commit is contained in:
parent
c419a61815
commit
15511a7517
1 changed files with 10 additions and 10 deletions
|
|
@ -582,16 +582,16 @@ module Metrics = struct
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
module Trace_context = struct
|
(** Implementation of the W3C Trace Context spec
|
||||||
(** Implementation of the W3C Trace Context spec
|
|
||||||
|
|
||||||
https://www.w3.org/TR/trace-context/
|
https://www.w3.org/TR/trace-context/
|
||||||
*)
|
*)
|
||||||
|
module Trace_context = struct
|
||||||
|
|
||||||
module Traceparent = struct
|
|
||||||
(** The traceparent header
|
(** The traceparent header
|
||||||
https://www.w3.org/TR/trace-context/#traceparent-header
|
https://www.w3.org/TR/trace-context/#traceparent-header
|
||||||
*)
|
*)
|
||||||
|
module Traceparent = struct
|
||||||
|
|
||||||
let name = "traceparent"
|
let name = "traceparent"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue