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
Pika's BlockingConnection uses composition instead of inheritance. Therefore, the params field is not available in its parent but rather in its _impl attribute. This is done for consume_with_instana wrapper but not for basic_consume_with_instana wrapper.
The text was updated successfully, but these errors were encountered:
Typo in https://github.com/instana/python-sensor/blob/master/instana/instrumentation/pika.py#L121 causes
AttributeError
when setting span tags.Pika's
BlockingConnection
uses composition instead of inheritance. Therefore, theparams
field is not available in its parent but rather in its_impl
attribute. This is done forconsume_with_instana
wrapper but not forbasic_consume_with_instana
wrapper.The text was updated successfully, but these errors were encountered: