mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
24 lines
730 B
Markdown
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/)
|