mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
fix test
This commit is contained in:
parent
81b22aabca
commit
84c9bdba35
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ let run () =
|
|||
let i = ref 0 in
|
||||
while true do
|
||||
let@ scope =
|
||||
T.Trace.with_ ~trace_id:scope.trace_id ~parent:scope.span_id
|
||||
T.Trace.with_
|
||||
~kind:T.Span.Span_kind_producer
|
||||
"loop.outer" ~attrs:["i", `Int !i] in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue