From 33458b69c03a087d72fdda322a5aa00f2dcf6e47 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:26:08 +0200 Subject: [PATCH] Update llm-observability.md --- solutions/observability/applications/llm-observability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/observability/applications/llm-observability.md b/solutions/observability/applications/llm-observability.md index 4b80fbdbce..b5a8592461 100644 --- a/solutions/observability/applications/llm-observability.md +++ b/solutions/observability/applications/llm-observability.md @@ -24,7 +24,7 @@ Elastic’s LLM integrations now support the most widely adopted models, includi ## APM tracing for LLM models (via instrumentation) -Elastic offers specialized OpenTelemetry Protocol (OTLP) tracing for applications leveraging LLM models hosted on OpenAI, Azure, and Amazon Bedrock, providing a detailed view of request flows. This tracing capability captures critical insights, including the specific models used, request duration, errors encountered, token consumption per request, and the interaction between prompts and responses. Ideal for troubleshooting, APM tracing allows you to find exactly where the issue is happening with precision and efficiency in your LLM-powered application. +Elastic offers specialized OpenTelemetry Protocol (OTLP) tracing for applications leveraging LLM models hosted on Amazon Bedrock, OpenAI, Azure OpenAI, and GCP Vertex AI, providing a detailed view of request flows. This tracing capability captures critical insights, including the specific models used, request duration, errors encountered, token consumption per request, and the interaction between prompts and responses. Ideal for troubleshooting, APM tracing allows you to find exactly where the issue is happening with precision and efficiency in your LLM-powered application. You can instrument the application with one of the following Elastic Distributions of OpenTelemetry (EDOT): @@ -32,7 +32,7 @@ You can instrument the application with one of the following Elastic Distributio - [Node.js](https://github.com/elastic/elastic-otel-node) - [Java](https://github.com/elastic/elastic-otel-java) -EDOT includes many types of instrumentation. This [table](https://elastic.github.io/opentelemetry/use-cases/llm/#supported-technologies) lists the supported technologies. +EDOT includes many types of LLM instrumentation. This [table](https://elastic.github.io/opentelemetry/use-cases/llm/#supported-technologies) lists the supported technologies. ### Getting started