Skip to content

Commit 584bf63

Browse files
committed
Added use case description for LLM.
1 parent 9af6912 commit 584bf63

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/use-cases/llm/index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# LLM Observability with EDOT
2+
3+
We currently support LLM observability with our EDOT Java, EDOT Node.js and EDOT Python as tech preview.
4+
5+
# Supported Technologies
6+
7+
| Technology | EDOT Java | EDOT Node.js | EDOT Python |
8+
|:---------|:---------|:---------|:---------|
9+
| OpenAI Client | :red_circle: | :red_circle: | :red_circle: |
10+
| AWS Bedrock | :red_circle: | :red_circle: | :red_circle: |
11+
12+
See the [Supported Technologies section in the corresponding EDOT SDK](../../_edot-sdks/) for detailed information on supported versions.
13+
14+
# Quickstart Kubernetes
15+
16+
This quick start describes the setup and collection of OpenTelemetry data for applications running on Kubernetes with Elastic Cloud Serverless. For other options see the [quick start overview](../../quickstart/) and choose your prefered environment and target system.
17+
18+
1. **Setup Elastic Cloud Serverless**
19+
20+
Follow the instructions to [setup your Elastic Cloud serverless project](../../quickstart/serverless/index.md).
21+
22+
2. **Collect Data**
23+
24+
Setup the collection of OpenTelemetry data for applications running on Kubernetes following the [quickstart for Kubernetes](../../quickstart/serverless/k8s.md).
25+
26+
3. **Configuration**
27+
28+
See the [Configuration section in the corresponding EDOT SDK](../../_edot-sdks/) to enable and disable specific instrumentations and to what instrumentation is enabled by default.

0 commit comments

Comments
 (0)