ocaml-opentelemetry/src/client
Shon Feder 8f7d74f591
Allow optional reuse of encoder state
This allows clien implementors to micromanage the state of the protobuf
`encoder` if they want, or to just let the library handle allocation and
garbage collection of encoder states when that level of resource
managment is not required.
2025-06-20 16:19:55 -04:00
..
client.ml Move Self_trace module into Opentelemetry_client 2025-06-15 22:22:44 -04:00
config.ml Rename Env sig to ENV 2025-06-10 17:47:56 -04:00
config.mli Fix documentation example 2025-06-11 14:23:06 -04:00
dune Factor out signal encoding logic 2025-06-16 23:34:45 -04:00
self_trace.ml Add comment about scope 2025-06-18 18:33:46 -04:00
self_trace.mli Fix type aliases 2025-06-18 18:35:37 -04:00
signal.ml Allow optional reuse of encoder state 2025-06-20 16:19:55 -04:00
signal.mli Allow optional reuse of encoder state 2025-06-20 16:19:55 -04:00