ocaml-opentelemetry/tests/client_e2e/signal_reporter_server.ml
Simon Cruanes 5596552379
wip: fix the e2e tests
not clear exactly why there is a discrepancy currently whenever -j is
higher than 1
2026-01-20 00:15:27 -05:00

4 lines
275 B
OCaml

(** Runs a signal gatherer server, and prints out every batch of signals
received to stdout. This can be used to monitor the signals sent by an
application, e.g., the test executables defined in /tests/bin/emit1*.ml *)
let () = Lwt_main.run @@ Signal_gatherer.run ()