ocaml-trace/README.md
Simon Cruanes da3388dbf9
readme
2023-06-09 10:24:05 -04:00

819 B

Trace

Build and Test

This small library provides basic types that can be used to instrument a library or application, either by hand or via a ppx.

Features

  • spans
  • messages
  • counters
  • other metrics?

Backends

Concrete tracing or observability formats such as:

  • Fuchsia (see tracing)
  • Catapult
    • light bindings here with trace-tef
    • richer bindings with ocaml-catapult, with multi-process backends, etc.
  • Tracy (see ocaml-tracy)
  • landmarks?
  • Logs (only for messages, obviously)