File tree Expand file tree Collapse file tree
docs/getting-started/advanced-topics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,9 +126,6 @@ docker run -d --name open-webui \
126126- Check collector connectivity : ` curl http://localhost:4317`
127127- Review Open WebUI logs for OTLP export errors
128128
129- **High overhead:**
130- - Disable metrics with `ENABLE_OTEL_METRICS=false` if not needed
131-
132129**Authentication issues:**
133130- Set `OTEL_BASIC_AUTH_USERNAME` and `OTEL_BASIC_AUTH_PASSWORD` for authenticated collectors
134131- Verify TLS settings with `OTEL_EXPORTER_OTLP_INSECURE`
@@ -137,6 +134,5 @@ docker run -d --name open-webui \
137134
1381351. **Start Simple:** Use the provided `docker-compose.otel.yaml` for initial setup
1391362. **Monitor Resource Usage:** Track CPU and memory impact of telemetry
140- 3. **Adjust Sampling:** Reduce sampling in high-traffic production environments
141- 4. **Custom Dashboards:** Create application-specific dashboards for your use cases
142- 5. **Alert Setup:** Configure alerts for error rates and response time thresholds
137+ 3. **Custom Dashboards:** Create application-specific dashboards for your use cases
138+ 4. **Alert Setup:** Configure alerts for error rates and response time thresholds
You can’t perform that action at this time.
0 commit comments