mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
readme
This commit is contained in:
parent
1735abeb8b
commit
29fc25e598
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue