ocaml-opentelemetry/README.md
2022-03-16 15:58:08 -04:00

24 lines
730 B
Markdown

# Opentelemetry
This project provides an API for instrumenting server software
using [opentelemetry](https://opentelemetry.io/docs), as well as
connectors to talk to opentelemetry software such as [jaeger](https://www.jaegertracing.io/).
## Use
- [ ] TODO: basic traces
- [ ] TODO: interface with `logs` (carry context around)
- [ ] TODO: interface with `lwt`
## License
MIT
## Semantic Conventions
Not supported yet.
- [ ] [metrics](https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/)
- [ ] [traces](https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/)
- [ ] [resources](https://opentelemetry.io/docs/reference/specification/resource/semantic_conventions/)