This commit is contained in:
Simon Cruanes 2022-03-24 14:02:45 -04:00
parent c419a61815
commit 15511a7517
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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"