mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 20:07:55 -04:00
fix
This commit is contained in:
parent
b01dd32ead
commit
d061c64818
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ module Server : sig
|
|||
?service_name:string ->
|
||||
?attrs:Otel.Span.key_value list ->
|
||||
?kind:Otel.Span.kind ->
|
||||
?links:(Otel.Trace_id.t * Otel.Span_id.t * string) list ->
|
||||
?links:Otel.Span_link.t list ->
|
||||
string ->
|
||||
Request.t ->
|
||||
(Request.t -> 'a Lwt.t) ->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue