mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
As of OCaml 5.3, the OCaml runtime doesn't support signals on
Windows. Trying to block them with Thread.sigmask will raise:
Thread 5 killed on uncaught exception Invalid_argument("Thread.sigmask not implemented")
Raised by primitive operation at Opentelemetry_client_ocurl.start_bg_thread.run in file "src/client-ocurl/opentelemetry_client_ocurl.ml", line 106, characters 12-49
|
||
|---|---|---|
| .. | ||
| ambient-context | ||
| atomic | ||
| client-cohttp-lwt | ||
| client-ocurl | ||
| core | ||
| integrations/cohttp | ||
| lwt | ||
| proto | ||
| trace | ||