Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

feat(boto3): Add S3 service extension

Đang mở
#7,576 1 bình luận 0 reaction 1 người được giao Xem trên GitHub

@pabloDeputter đang làm issue này rồi.

Từ ngày 22/9/2026.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

Feature Integration: Boto3 Python Traces
  • add the following service-specific attributes:
    • 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.
  • more information where these parameters can be found/extracted from in https://opentelemetry.io/docs/specs/semconv/object-stores/s3/ & https://opentelemetry.io/docs/specs/semconv/registry/attributes/aws/#amazon-s3-attributes
Ngôn ngữ chính
Python
Star
2.2k
Fork
672
Merge trung bình
22 giờ 47 phút
Pull request đã merge (30 ngày)
224

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của getsentry/sentry-python

Tất cả issue của getsentry/sentry-python

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.