mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
hide internals from doc
This commit is contained in:
parent
1cb53c3406
commit
6ff9dc2480
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ module Well_known : sig
|
|||
Otel.Span.kind * Otel.Span.key_value list
|
||||
end
|
||||
|
||||
(**/**)
|
||||
|
||||
(** Internal implementation details; do not consider these stable. *)
|
||||
module Internal : sig
|
||||
module M : sig
|
||||
|
|
@ -195,3 +197,5 @@ module Internal : sig
|
|||
|
||||
val exit_span' : Otrace.span -> span_begin -> Otel.Span.t
|
||||
end
|
||||
|
||||
(**/**)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue