mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
test: graceful shutdown on ctrl-c
This commit is contained in:
parent
302711ea06
commit
b8b6a95cdf
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ let run () =
|
|||
done
|
||||
|
||||
let () =
|
||||
Sys.catch_break true;
|
||||
T.Globals.service_name := "t1";
|
||||
T.Globals.service_namespace := Some "ocaml-otel.test";
|
||||
Opentelemetry_client_ocurl.with_setup run
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue