There was an error while loading. Please reload this page.
1 parent 2544dd0 commit 96f9904Copy full SHA for 96f9904
1 file changed
docs/getting-started/advanced-topics/monitoring/otel.md
@@ -64,13 +64,9 @@ Metrics are pushed to the Collector (OTLP) every 10 seconds and can be visualize
64
65
## 🔧 Custom Collector Setup
66
67
-If you're running your own OpenTelemetry Collector instead of the provided `docker-compose.otel.yaml`:
+If you're running your own OpenTelemetry Collector:
68
69
```bash
70
-# Set your collector endpoint
71
-export OTEL_EXPORTER_OTLP_ENDPOINT=http://your-collector:4317
72
-export ENABLE_OTEL=true
73
-
74
# Start Open WebUI
75
docker run -d --name open-webui \
76
-p 8080:8080 \
0 commit comments