This commit is contained in:
Simon Cruanes 2024-09-09 18:03:17 -04:00
parent 57aec09be9
commit d36275574a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -147,6 +147,9 @@ Concrete tracing or observability formats such as:
- Catapult - Catapult
* [x] light bindings here with `trace-tef`. * [x] light bindings here with `trace-tef`.
(Can be opened in https://ui.perfetto.dev) (Can be opened in https://ui.perfetto.dev)
* [x] backend for [tldrs](https://github.com/imandra-ai/tldrs), a
small rust daemon that aggregates TEF traces from multiple processes/clients
into a single `.jsonl` file
* [ ] richer bindings with [ocaml-catapult](https://github.com/imandra-ai/catapult), * [ ] richer bindings with [ocaml-catapult](https://github.com/imandra-ai/catapult),
with multi-process backends, etc. with multi-process backends, etc.
- [x] Tracy (see [ocaml-tracy](https://github.com/imandra-ai/ocaml-tracy), more specifically `tracy-client.trace`) - [x] Tracy (see [ocaml-tracy](https://github.com/imandra-ai/ocaml-tracy), more specifically `tracy-client.trace`)