From e785f5f636b06f3895691675e6f966cad979e988 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Wed, 26 Oct 2022 16:48:56 -0700 Subject: [PATCH] Document libthrift 0.12.0 doesn't work with Jaeger exporter (#1714) Co-authored-by: Lalit Kumar Bhasin --- docs/dependencies.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/dependencies.md b/docs/dependencies.md index d6a3449adb..4cb082186d 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -77,7 +77,9 @@ Both these dependencies are listed here: framework. - `thrift` compiler to generate C++ stubs for IDL data model for Jaeger. - `libthrift` library to generate serialised trace/metrics/log data to be - sent to remote Jaeger service. + sent to remote Jaeger service. Note: libthrift **0.12.0** doesn't work + with this Jaeger exporter. See + [#1680](https://github.com/open-telemetry/opentelemetry-cpp/issues/1680). - License: `Apache License 2.0` - [ETW](/exporters/etw)