This commit is contained in:
Simon Cruanes 2022-08-15 12:34:52 -04:00
parent b01dd32ead
commit d061c64818
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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) ->