[PR #886] [MERGED] Add missing ENABLE_OTEL_TRACES environment variable #877

Closed
opened 2026-02-15 18:16:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/886
Author: @ccadruvi
Created: 12/15/2025
Status: Merged
Merged: 12/15/2025
Merged by: @Classic298

Base: mainHead: fix/otel-traces-env-var


📝 Commits (1)

  • b3a26be Add missing ENABLE_OTEL_TRACES environment variable to docs

📊 Changes

1 file changed (+5 additions, -2 deletions)

View changed files

📝 docs/getting-started/advanced-topics/monitoring/otel.md (+5 -2)

📄 Description

Add ENABLE_OTEL_TRACES to the documentation - required for distributed tracing but was not documented.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/886 **Author:** [@ccadruvi](https://github.com/ccadruvi) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `main` ← **Head:** `fix/otel-traces-env-var` --- ### 📝 Commits (1) - [`b3a26be`](https://github.com/open-webui/docs/commit/b3a26be2552886fab44a13aadb80dede02e01afe) Add missing ENABLE_OTEL_TRACES environment variable to docs ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/advanced-topics/monitoring/otel.md` (+5 -2) </details> ### 📄 Description Add `ENABLE_OTEL_TRACES` to the documentation - required for distributed tracing but was not documented. - Definition: https://github.com/open-webui/open-webui/blob/main/backend/open_webui/env.py#L809 - Usage: https://github.com/open-webui/open-webui/blob/main/backend/open_webui/utils/telemetry/setup.py#L31 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:30 -05:00
yindo closed this issue 2026-02-15 18:16:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#877