ocaml-opentelemetry/src/client/dune
Shon Feder ca31707395
Factor batching logic out of the cohttp-lwt client
This will allow resuing the batching logic in the Eio client.
As a followup, we should refactor the ocurl client to use the same
batcher.
2025-06-27 21:48:55 -04:00

5 lines
203 B
Text

(library
(name opentelemetry_client)
(public_name opentelemetry.client)
(libraries opentelemetry pbrt mtime mtime.clock.os)
(synopsis "Common types and logic shared between client implementations"))