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

View file

@ -68,9 +68,15 @@ opentelemetry env variables, or with some custom environment variables.
## Collector opentelemetry-client-ocurl
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).
## 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
MIT