mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-11 04:58:39 -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]) *)
|
(** Mini tracing module (disabled if [config.self_trace=false]) *)
|
||||||
|
|
||||||
val add_event :
|
val add_event : Opentelemetry.Scope.t -> Opentelemetry.Event.t -> unit
|
||||||
Opentelemetry.Scope.t -> Opentelemetry_proto.Trace.span_event -> unit
|
|
||||||
|
|
||||||
val with_ :
|
val with_ :
|
||||||
?kind:Opentelemetry_proto.Trace.span_span_kind ->
|
?kind:Opentelemetry.Span_kind.t ->
|
||||||
?attrs:(string * Opentelemetry.value) list ->
|
?attrs:(string * Opentelemetry.value) list ->
|
||||||
string ->
|
string ->
|
||||||
(Opentelemetry.Scope.t -> 'a) ->
|
(Opentelemetry.Scope.t -> 'a) ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue