mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
4 lines
275 B
OCaml
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 ()
|