mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #11507] [MERGED] feat(trace): opentelemetry instrument #22750
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/11507
Author: @OrenZhang
Created: 3/10/2025
Status: ✅ Merged
Merged: 3/11/2025
Merged by: @tjbck
Base:
dev← Head:feat_ot📝 Commits (3)
c761e4ffeat(trace): opentelemetry instrument7bfda66feat(trace): optimize for trace env and instrument hooks396c288refac📊 Changes
12 files changed (+390 additions, -92 deletions)
View changed files
📝
backend/open_webui/config.py(+3 -1)📝
backend/open_webui/env.py(+16 -10)📝
backend/open_webui/main.py(+14 -2)📝
backend/open_webui/retrieval/loaders/tavily.py(+13 -18)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+40 -51)📝
backend/open_webui/retrieval/web/utils.py(+8 -9)➕
backend/open_webui/utils/telemetry/__init__.py(+0 -0)➕
backend/open_webui/utils/telemetry/constants.py(+26 -0)➕
backend/open_webui/utils/telemetry/exporters.py(+31 -0)➕
backend/open_webui/utils/telemetry/instrumentors.py(+202 -0)➕
backend/open_webui/utils/telemetry/setup.py(+23 -0)📝
backend/requirements.txt(+14 -1)📄 Description
Added
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.