Skip to content

chore: handle namespaced deps#190

Merged
tamirdavid1 merged 1 commit into
mainfrom
fix-otel-namespace-package-ordering
Apr 19, 2026
Merged

chore: handle namespaced deps#190
tamirdavid1 merged 1 commit into
mainfrom
fix-otel-namespace-package-ordering

Conversation

@tamirdavid1

@tamirdavid1 tamirdavid1 commented Apr 16, 2026

Copy link
Copy Markdown
Collaborator

Fix namespace package collision between the Odigos agent and user applications.

When a user app bundles a different opentelemetry-api version, Python's namespace package merge can resolve opentelemetry.path with the user's copy first, causing ImportError on agent-internal symbols like std_to_otel. The fix reorders opentelemetry.path before any SDK imports so agent-owned directories are always searched first.

emergency-ticket id: EMR-1500

@tamirdavid1 tamirdavid1 merged commit c22b509 into main Apr 19, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants