Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

feat(boto3): Add S3 service extension

Aperta
#7,576 1 commento 0 reazioni 1 assegnatario Vedi su GitHub

@pabloDeputter ci sta già lavorando.

Dal 22/9/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

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
Lingua principale
Python
Stelle
2.2k
Fork
672
Merge medio
22h 47m
PR unite (30g)
224

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di getsentry/sentry-python

Tutte le issue di getsentry/sentry-python

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.