mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 05:56:20 -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
|
||||
|
||||
|
||||
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/
|
||||
*)
|
||||
*)
|
||||
module Trace_context = struct
|
||||
|
||||
module Traceparent = struct
|
||||
(** The traceparent header
|
||||
https://www.w3.org/TR/trace-context/#traceparent-header
|
||||
*)
|
||||
module Traceparent = struct
|
||||
|
||||
let name = "traceparent"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue