Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added use case description for LLM. #100

Merged
merged 8 commits into from
Mar 21, 2025
24 changes: 24 additions & 0 deletions docs/use-cases/llm/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# LLM Observability with EDOT

We currently support LLM observability with our EDOT Java, EDOT Node.js and EDOT Python as tech preview.

# Supported Technologies

| Technology | EDOT Java | EDOT Node.js | EDOT Python |
|:---------|:---------|:---------|:---------|
| OpenAI Client | :red_circle: | :red_circle: | :red_circle: |
| AWS Bedrock | :red_circle: | :red_circle: | :red_circle: |

See the [Supported Technologies section in the corresponding EDOT SDK](../../_edot-sdks/index.md) for detailed information on supported versions.

# Quickstart

This quick start describes the setup and collection of OpenTelemetry data for LLM applications.

1. **Setup**

Choose the environment and target system from the [quick start overview](../../quickstart/index.md) and follow the setup instructions for your environment, target system and to instrument your LLM application. The instrumentation for the supported technologies is enabled by default.

2. **Configuration**

See the [Configuration section in the corresponding EDOT SDK](../../_edot-sdks/index.md) to enable and disable specific instrumentations and to see what instrumentation is enabled by default.