From d8b8432ce08449ef3df52fd43fccaa0d8324e8e7 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 12 Jun 2023 16:24:32 -0400 Subject: [PATCH] doc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71aee70a..d8c19e2f 100644 --- a/README.md +++ b/README.md @@ -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