Instrumentation for https://opentelemetry.io
Find a file
2022-03-17 13:08:29 -04:00
src feat: trace API 2022-03-17 13:08:29 -04:00
tests add basic test that emits fake data 2022-03-16 16:48:43 -04:00
vendor initial commit 2022-03-16 15:58:08 -04:00
.gitignore initial commit 2022-03-16 15:58:08 -04:00
.gitmodules initial commit 2022-03-16 15:58:08 -04:00
dune initial commit 2022-03-16 15:58:08 -04:00
dune-project start fleshing out main API, starting with metrics 2022-03-16 16:48:28 -04:00
emit1.sh add basic test that emits fake data 2022-03-16 16:48:43 -04:00
Makefile initial commit 2022-03-16 15:58:08 -04:00
opentelemetry-client-ocurl.opam initial commit 2022-03-16 15:58:08 -04:00
opentelemetry.opam start fleshing out main API, starting with metrics 2022-03-16 16:48:28 -04:00
README.md initial commit 2022-03-16 15:58:08 -04:00

Opentelemetry

This project provides an API for instrumenting server software using opentelemetry, as well as connectors to talk to opentelemetry software such as jaeger.

Use

  • TODO: basic traces
  • TODO: interface with logs (carry context around)
  • TODO: interface with lwt

License

MIT

Semantic Conventions

Not supported yet.