Support an aiobotocore
instrumentor
#3602
jamesh1999
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm keen to swap botocore/boto3 out for aiobotocore in one of my projects. This is an async alternative but the interface is otherwise almost identical to botocore. One sticking point, however, is a current dependence on the botocore instrumentor.
It's not very difficult to modify the existing instrumentor to work (add a couple of
async
/await
keywords & patch theAioBaseClient
class instead of botocore'sBaseClient
). I wondered if this could be provided alongside the existing botocore instrumentor so that internal changes to the instrumentor don't break things for me downstream.Beta Was this translation helpful? Give feedback.
All reactions