You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Red Hat Enterprise Linux Server release 7.8
Python version: Python 3.12.1
SDK version: 1.34.0
API version: 1.33.1
opentelemetry.instrumentation.asgi version: 0.54b1
What happened?
If set value "excluded_urls" in OpenTelemetryMiddleware, class fails: 'str' object has no attribute 'url_disabled'.
I'am using Quart, but i think the problem is here:
lib/python3.12/site-packages/opentelemetry/instrumentation/asgi/init.py -> Line 684
Describe your environment
OS: Red Hat Enterprise Linux Server release 7.8
Python version: Python 3.12.1
SDK version: 1.34.0
API version: 1.33.1
opentelemetry.instrumentation.asgi version: 0.54b1
What happened?
If set value "excluded_urls" in OpenTelemetryMiddleware, class fails: 'str' object has no attribute 'url_disabled'.
I'am using Quart, but i think the problem is here:
lib/python3.12/site-packages/opentelemetry/instrumentation/asgi/init.py -> Line 684
Steps to Reproduce
Expected Result
no errors and filter by comma-separated text
Actual Result
OpenTelemetryMiddleware, class fails: 'str' object has no attribute 'url_disabled'.
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: