From de0d5ea19799ed4c016c812a62331e1bfee62a1c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 12 Jun 2023 16:46:31 -0400 Subject: [PATCH] doc --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d8c19e2f..3b1233b5 100644 --- a/README.md +++ b/README.md @@ -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