Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down