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
The opentelemetry-instrumentation-aio-pika module depends on aio-pika >= 7.2.0, < 10.0.0 but when I use it with aio-pika 9.3.0 it raises the following AttributeError error, because connection has changed to _connection at some point.
Thanks @evstratbg!
I just want to emphasis the fact that the instrumentation declares the wrong version range of aio-pika. This is why I consider this a bug.
The
opentelemetry-instrumentation-aio-pika
module depends on aio-pika >= 7.2.0, < 10.0.0 but when I use it with aio-pika 9.3.0 it raises the followingAttributeError
error, becauseconnection
has changed to_connection
at some point.Python version: 3.10
Relevant library versions:
opentelemetry-api 1.20.0
opentelemetry-instrumentation 0.41b0
opentelemetry-instrumentation-aio-pika 0.41b0
opentelemetry-sdk 1.20.0
opentelemetry-semantic-conventions 0.41b0
pika 1.3.2
aio-pika 9.3.0
Steps to reproduce
What is the expected behavior?
Message produced
What is the actual behavior?
AttributeError
is raisedThe text was updated successfully, but these errors were encountered: