mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -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
|
Otel.Span.kind * Otel.Span.key_value list
|
||||||
end
|
end
|
||||||
|
|
||||||
|
(**/**)
|
||||||
|
|
||||||
(** Internal implementation details; do not consider these stable. *)
|
(** Internal implementation details; do not consider these stable. *)
|
||||||
module Internal : sig
|
module Internal : sig
|
||||||
module M : sig
|
module M : sig
|
||||||
|
|
@ -195,3 +197,5 @@ module Internal : sig
|
||||||
|
|
||||||
val exit_span' : Otrace.span -> span_begin -> Otel.Span.t
|
val exit_span' : Otrace.span -> span_begin -> Otel.Span.t
|
||||||
end
|
end
|
||||||
|
|
||||||
|
(**/**)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue