mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
Allowing breaking with ctrl-c
This commit is contained in:
parent
00840e0b88
commit
a95b787a7b
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ let run () =
|
||||||
Array.iter Thread.join jobs
|
Array.iter Thread.join jobs
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
Sys.catch_break true;
|
|
||||||
T.Globals.service_name := "t1";
|
T.Globals.service_name := "t1";
|
||||||
T.Globals.service_namespace := Some "ocaml-otel.test";
|
T.Globals.service_namespace := Some "ocaml-otel.test";
|
||||||
let ts_start = Unix.gettimeofday () in
|
let ts_start = Unix.gettimeofday () in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue