ocaml-trace/src
Simon Cruanes 1886ee737e
perf(trace-tef): improve behavior of collector under contention
writers still do one lock+unlock per event, but the collector can read
multiple events at once using Queue.transfer.
2023-06-10 19:30:24 -04:00
..
gen remove domain stub entirely 2023-06-09 09:55:42 -04:00
tef perf(trace-tef): improve behavior of collector under contention 2023-06-10 19:30:24 -04:00
collector.ml add counter_int and counter_float 2023-06-09 23:05:54 -04:00
dune remove domain stub entirely 2023-06-09 09:55:42 -04:00
trace.ml add counter_int and counter_float 2023-06-09 23:05:54 -04:00
trace.mli add counter_int and counter_float 2023-06-09 23:05:54 -04:00
types.ml add optional metadata to messages and spans 2023-06-09 09:54:19 -04:00