Instrumentation for https://opentelemetry.io
Find a file
2022-03-18 11:09:50 -04:00
src lwt library 2022-03-18 11:09:50 -04:00
tests test 2022-03-17 18:45:08 +00: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 lwt library 2022-03-18 11:09:50 -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-lwt.opam lwt library 2022-03-18 11:09:50 -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.