mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #22265] [MERGED] feat: add OpenTelemetry system metrics instrumentation #26576
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/22265
Author: @ashm-dev
Created: 3/5/2026
Status: ✅ Merged
Merged: 3/6/2026
Merged by: @tjbck
Base:
dev← Head:feat/otel-system-metrics📝 Commits (1)
f5631bafeat: add otel system metrics instrumentation📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
backend/open_webui/utils/telemetry/instrumentors.py(+2 -0)📝
backend/requirements.txt(+1 -0)📄 Description
Description
opentelemetry-instrumentation-system-metrics(CPU, memory, GC, threads)Added
opentelemetry-instrumentation-system-metrics==0.60b1dependencySystemMetricsInstrumentorin telemetry instrumentorsChanged
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
process.runtime.cpython.memory,process.runtime.cpython.cpu_time,process.runtime.cpython.gc_count,process.runtime.cpython.thread_count,system.cpu.utilization,system.memory.usageetc. via existing OTLP exporterENABLE_OTELsetupContributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.