Any open telemetry / large scale logging tools that work well with OCaml?

My ideal setup is something like this:

  1. I install tool XYZ.

  2. XYZ opens up a tcp / http post / websocket endpoint

  3. Some other tools shovels json blobs into the endpoint.

  4. I can somehow use the OCaml repl to interactively query the json blobs.

Is there anything like this? I want to use OCaml repl (rather than whatever default UI they provide) to do the querying so I can “build abstractions” for doing queries.

Does this make sense? Is there any tool like this ?

Thanks!

1 Like