Support aioboto3/aiobotocore
See original GitHub issueIs your feature request related to a problem? Please describe.
I’m always frustrated when trying to pinpoint performance issues using new relic with our async stack.
Feature Description
Newrelic already supports boto3/botocore but not its async alternative. Aioboto3/aiobotocore use aiohttp under the hood and those traces are identified as external instead of being correlated to the other database metrics in the dashboard.
For instance:
While the external service shows “seconds”
The database section reports anything from “microseconds” to a few milliseconds max
Describe Alternatives
Manually placing a bunch of @newrelic.agent.function_trace()
decorators throughout the codebase
Priority
Must Have
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
terrycain/aioboto3: Wrapper to use boto3 resources ... - GitHub
Wrapper to use boto3 resources with the aiobotocore async backend - GitHub ... Simple example of using aioboto3 to put items into a...
Read more >aiobotocore's documentation! — aiobotocore 2.4.2 ...
Full async support for AWS services with botocore. Library used in production with S3, SQS and Dynamo services. Basic Example ...
Read more >How to use the aiobotocore.session function in ... - Snyk
To help you get started, we've selected a few aiobotocore.session examples, based on popular ways it is used in public projects.
Read more >Welcome to the AWS X-Ray SDK for Python!
The AWS X-Ray service accepts application information in the form of trace ... Currently supported web frameworks and libraries: aioboto3/aiobotocore.
Read more >boto3 - aioboto3 speedup not as expected - Stack Overflow
from asyncpool import AsyncPool import aiobotocore.session async def a_try_s3(versions): max_parallel_tasks = 100 session ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.