question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support aioboto3/aiobotocore

See original GitHub issue

Is 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” image

The database section reports anything from “microseconds” to a few milliseconds max image

Describe Alternatives

Manually placing a bunch of @newrelic.agent.function_trace() decorators throughout the codebase

Priority

Must Have

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
stale[bot]commented, Jul 11, 2022

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.

1reaction
stale[bot]commented, Apr 24, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found