Closed daveisfera closed 3 months ago
Bug confirmed, s3transfer (not boto3
or botocore
) is not instrumented and is running these uploads on a background thread. Will fix in the next release by instrumenting that thread.
This was fixed and released in v9.13.0.
Description It appears that
boto3
is not instrumented and shown in the profile with current versions (I'm pretty sure it used to be)Expected Behavior
boto3
would be shown in the the summaries and the trace breakdownsTroubleshooting or NR Diag results I thought that maybe it was caused by the addition of
aiobotocore
support in 9.10, so I tried 9.9.1 again but I still didn't see anyboto3
orbotocore
dataSteps to Reproduce 1) Use
boto3
in adjango
project 2) Upload data using this module 3) Observe that no information is availableYour Environment Docker image:
python:3.12.4-slim-bookworm
new relic:9.12
django:5.0.7
Additional context Uploading a file to S3 is a simple way to reproduce this issue: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-uploading-files.html