This commit is contained in:
Simon Cruanes 2023-06-12 16:46:31 -04:00
parent d8b8432ce0
commit de0d5ea197
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -77,6 +77,12 @@ This is a Lwt-friendly collector that uses cohttp to send
signals to some other collector (e.g. `otelcol`). It must be run
inside a `Lwt_main.run` scope.
## Opentelemetry-trace
The optional library `opentelemetry.trace`, present if [trace](https://github.com/c-cube/trace) is
installed, provides a collector for `trace`. This collector forwards and translates
events from `trace` into `opentelemetry`. It's only useful if there also is also a OTEL collector.
## License
MIT