pip install -e ./instrumentation/opentelemetry-instrumentation-{integration} Releasing Maintainers release new versions of the packages inopentelemetry-python-contribon a monthly cadence. Seereleasesfor all previous releases. Contributions that enhance OTel for Python are welcome to be hosted upstream for ...
open-telemetry / opentelemetry-python-contrib Public Notifications Fork 619 Star 749 New issue Jump to bottom opentelemetry-instrumentation-tornado: bump tornado in test requirements #3079 Merged xrmx merged 1 commit into open-telemetry:main from xrmx:bump-tornado-642 Dec 9, 2024 +1 −...
xrmxadded a commit to xrmx/opentelemetry-python-contrib that referenced this pull requestJan 24, 2025 RELEASING: Document what package prepare release workflows will create ( 3d179a8 lmolkovalmolkova approved these changes emdnetoemdneto approved these changes ...
Run the celery instrumentation application fromhttps://github.com/shivanshuraj1333/celery-opentelemetry-instrumentation/ Expected Result attribute name: celetry.delivery_info option 1: return a python dict { 'exchange': '', 'routing_key': 'queue2', 'priority': 0, 'redelivered': False } option...
open-telemetry/opentelemetry-python-contribPublic NotificationsYou must be signed in to change notification settings Fork637 Star761 New issue asgiref3.8 compatibility?#2776 Closed drupolopened this issueAug 4, 2024· 4 comments· Fixed by#2778 ...
Don't detach a None token in postrun. Avoids this in celery logs: [2024-10-28 12:14:18,868: ERROR/MainProcess] Failed to detach context Traceback (most recent call last): File "/home/rm/src/opentelemetry-python-contrib/.tox/py310-test-instrumentation-celery-1/lib/python3.10/site-packa...
Describe your environment OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) 3.11 Package version: (e.g., 0.46.0) latest main What happened? httpx tests does not pass Steps to Reproduce tox -e py311-test-instrumentation-httpx-1 Expe...
Python version: Python 3.13.0rc1 Package version:opentelemetry-instrumentation-fastapi0.47b0 What happened? In opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-fastapi/pyproject.toml Lines 35 to 39 inca0dd50 [project.optional-dependencies] ...
This issue tracks work on supporting PEP 561 on the opentelemetry-python-contrib packages. Important Having #3116 merged, or an alternative proposed would help us a lot here. PackagePEP 561Pull Requests opentelemetry-instrumentation-aio-pika ❌ opentelemetry-instrumentation-aiokafka ❌ opentelemetry...
instrumentation/opentelemetry-instrumentation-openai-v2/tests/test_chat_completions.py client.chat..create( messages=messages_value, model=llm_model_value, timeout=0.1, ) assertFalse,