Instrumentation for https://opentelemetry.io
Find a file
Simon Cruanes 5792c875e8
test
2022-03-17 13:08:46 -04:00
src curl backend: temporary debug output, better curl options 2022-03-17 13:08:33 -04:00
tests test 2022-03-17 13:08:46 -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.