Skip to content

Commit 0d3c067

Browse files
committed
fix: there is no sampler
1 parent 7625eec commit 0d3c067

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/getting-started/advanced-topics/observability.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

138135
1. **Start Simple:** Use the provided `docker-compose.otel.yaml` for initial setup
139136
2. **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

0 commit comments

Comments
 (0)