mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-11 13:08:35 -04:00
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.
5 lines
203 B
Text
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"))
|