mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
doc
This commit is contained in:
parent
9b2d6fb1e0
commit
d8b8432ce0
1 changed files with 7 additions and 1 deletions
|
|
@ -68,9 +68,15 @@ opentelemetry env variables, or with some custom environment variables.
|
||||||
## Collector opentelemetry-client-ocurl
|
## Collector opentelemetry-client-ocurl
|
||||||
|
|
||||||
This is a synchronous collector that uses the http+protobuf format
|
This is a synchronous collector that uses the http+protobuf format
|
||||||
to send signals (metrics, traces) to some other collector (eg. `otelcol`
|
to send signals (metrics, traces, logs) to some other collector (eg. `otelcol`
|
||||||
or the datadog agent).
|
or the datadog agent).
|
||||||
|
|
||||||
|
## Collector opentelemetry-client-cohttp-lwt
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue