Skip to content

Commit a4e8398

Browse files
authored
Update the doc page to add Vertex AI and LLM (#1262)
1 parent c92d1a5 commit a4e8398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/observability/applications/llm-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Elastic’s LLM integrations now support the most widely adopted models, includi
2424

2525
## APM tracing for LLM models (via instrumentation)
2626

27-
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.
27+
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.
2828

2929
You can instrument the application with one of the following Elastic Distributions of OpenTelemetry (EDOT):
3030

3131
- [Python](https://github.com/elastic/elastic-otel-python)
3232
- [Node.js](https://github.com/elastic/elastic-otel-node)
3333
- [Java](https://github.com/elastic/elastic-otel-java)
3434

35-
EDOT includes many types of instrumentation. This [table](https://elastic.github.io/opentelemetry/use-cases/llm/#supported-technologies) lists the supported technologies.
35+
EDOT includes many types of LLM instrumentation. This [table](https://elastic.github.io/opentelemetry/use-cases/llm/#supported-technologies) lists the supported technologies.
3636

3737
### Getting started
3838

0 commit comments

Comments
 (0)