ocaml-opentelemetry/tests/client_e2e/signal_reporter_server.ml
Shon Feder 16daccb6df
Remove cruft from old testing method
Also document the signal reporter executable
2025-07-10 15:58:53 -04:00

4 lines
259 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 () = Signal_gatherer.run ()