Skip to content

Commit 96f9904

Browse files
committed
Update otel.md
1 parent 2544dd0 commit 96f9904

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • docs/getting-started/advanced-topics/monitoring

docs/getting-started/advanced-topics/monitoring/otel.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,9 @@ Metrics are pushed to the Collector (OTLP) every 10 seconds and can be visualize
6464

6565
## 🔧 Custom Collector Setup
6666

67-
If you're running your own OpenTelemetry Collector instead of the provided `docker-compose.otel.yaml`:
67+
If you're running your own OpenTelemetry Collector:
6868

6969
```bash
70-
# Set your collector endpoint
71-
export OTEL_EXPORTER_OTLP_ENDPOINT=http://your-collector:4317
72-
export ENABLE_OTEL=true
73-
7470
# Start Open WebUI
7571
docker run -d --name open-webui \
7672
-p 8080:8080 \

0 commit comments

Comments
 (0)