mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 04:35:46 -04:00
Fix type aliases
This commit is contained in:
parent
a5617571f4
commit
cad4835449
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
(** Mini tracing module (disabled if [config.self_trace=false]) *)
|
||||
|
||||
val add_event :
|
||||
Opentelemetry.Scope.t -> Opentelemetry_proto.Trace.span_event -> unit
|
||||
val add_event : Opentelemetry.Scope.t -> Opentelemetry.Event.t -> unit
|
||||
|
||||
val with_ :
|
||||
?kind:Opentelemetry_proto.Trace.span_span_kind ->
|
||||
?kind:Opentelemetry.Span_kind.t ->
|
||||
?attrs:(string * Opentelemetry.value) list ->
|
||||
string ->
|
||||
(Opentelemetry.Scope.t -> 'a) ->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue