mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: OpenTelemetry not exporting traces on any image > 0.6.22 #6470
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?
Originally created by @damienpontifex on GitHub (Sep 23, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.23+
Ollama Version (if applicable)
No response
Operating System
macOS, Linux, Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Use some combination of Otel environment variables. In this case, I've got:
And should receive OpenTelemetry traces through to the OTLP receiver/backend
Actual Behavior
For any image > 0.6.22 no traces are appearing in OpenTelemetry backend/receiver
I've iterated through all of the image tags from 0.6.23 through to 0.6.30 with the same result
Steps to Reproduce
Use the following docker compose (some local env variable substitution)
And notice traces show up in Aspire dashboard.
Update the image to 0.6.23 or anything newer and notice no traces show up
Logs & Screenshots
There were logs, but nothing related to OTLPL etc, so didn't put them in here to avoid noise...the logs for the requests were visible i.e.
GET /static/...etcLet me know if you'd like those logs, but thought it wouldn't add value as no notice/errors related to OTLP/OpenTelemetry that I could see
Additional Information
No response
@damienpontifex commented on GitHub (Sep 23, 2025):
Oh, I can see https://github.com/open-webui/open-webui/compare/v0.6.22...v0.6.23#diff-0c34b59d563890dde1f4990656c9021d9356781c6604043bd452c18cc657155d there was a configuration/environment variable introduced of
ENABLE_OTEL_TRACESbut isn't documented https://docs.openwebui.com/getting-started/env-configuration/Tested on 0.6.30 and setting
ENABLE_OTEL_TRACES: "true"for environment variable did resolve the issue.So I think this bug report becomes a request for documentation update
@damienpontifex commented on GitHub (Sep 23, 2025):
Resolved by https://github.com/open-webui/docs/pull/705