This commit is contained in:
Simon Cruanes 2023-06-09 19:48:57 -04:00
parent 1735abeb8b
commit 29fc25e598
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -16,11 +16,13 @@ a library or application, either by hand or via a ppx.
### Backends
Concrete tracing or observability formats such as:
- [ ] Fuchsia (see [tracing](https://github.com/janestreet/tracing))
- Catapult
* [x] light bindings here with `trace-tef`
* [ ] richer bindings with [ocaml-catapult](https://github.com/imandra-ai/catapult),
with multi-process backends, etc.
- [ ] Tracy (see [ocaml-tracy](https://github.com/imandra-ai/ocaml-tracy))
- [x] Tracy (see [ocaml-tracy](https://github.com/imandra-ai/ocaml-tracy), more specifically `tracy-client.trace`)
- [x] Opentelemetry (see [ocaml-opentelemetry](https://github.com/imandra-ai/ocaml-opentelemetry/), in `opentelemetry.trace`)
- [ ] landmarks?
- [ ] Logs (only for messages, obviously)