From 87c5b993863b9f92224d5f3b6b99c92c7b85a7a8 Mon Sep 17 00:00:00 2001 From: Shawn Cicoria Date: Thu, 4 Dec 2025 11:04:43 -0500 Subject: [PATCH] adding note on glibc tracing deps --- doc/tracing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/tracing.md b/doc/tracing.md index 869d9b4..f3729bc 100644 --- a/doc/tracing.md +++ b/doc/tracing.md @@ -12,6 +12,9 @@ All frameworks or SDKs that support OTLP and follow [semantic conventions for ge > 1. The SDKs in brackets are third-party SDKs to support OTLP instrumentation. They are used because the official SDKs don't support OTLP. > 2. These instrumentation SDKs don't strictly adhere to the OpenTelemetry semantic conventions for generative AI systems. +> [!IMPORTANT] +> For **Tracing** tool to be enabled on Linux OS the version of GLIBC (GNU C Library) needs to be version 2.39+ (check with `ldd --version`) - this corresponds to **Ubuntu 24.04 Noble** or **Debian 13 Trixie** + ## How to Get Started with Tracing 1. Select **Tracing** in the tree view to open the tracing webview and click **Start Collector** button to start the local OTLP trace collector server.