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
aws.s3.bucket required in almost all s3 operations except list-buckets.
http.response.body.size which is the number of bytes in the payload.
add the following OTel attributes that are NOT yet in sentry-conventions:
aws.s3.copy_source
aws.s3.delete
aws.s3.key
aws.s3.part_number
aws.s3.upload_id
aws.s3.object_size (not in OTel) which is the total size of the s3 object itself.
extracted from ContentLength on GetObject and HeadObject responses; ObjectSize on GetObjectAttributes, and ContentLength on PutObject requests. For ranged GetObject or HeadObject calls, ContentLength is the used size.
aws.s3.bucketrequired in almost all s3 operations exceptlist-buckets.http.response.body.sizewhich is the number of bytes in the payload.aws.s3.copy_sourceaws.s3.deleteaws.s3.keyaws.s3.part_numberaws.s3.upload_idaws.s3.object_size(not in OTel) which is the total size of the s3 object itself.ContentLengthonGetObjectandHeadObjectresponses;ObjectSizeonGetObjectAttributes, andContentLengthonPutObjectrequests. For rangedGetObjectorHeadObjectcalls,ContentLengthis the used size.