Skip to content

feat(attributes): Add AWS DynamoDB instrumentation attributes#479

Merged
andreiborza merged 1 commit into
mainfrom
ab/aws-dynamodb-attributes
Jul 10, 2026
Merged

feat(attributes): Add AWS DynamoDB instrumentation attributes#479
andreiborza merged 1 commit into
mainfrom
ab/aws-dynamodb-attributes

Conversation

@andreiborza

@andreiborza andreiborza commented Jul 10, 2026

Copy link
Copy Markdown
Member

Adds the aws.dynamodb.* request/response attributes emitted by the vendored AWS SDK instrumentation

  • attribute_definitions
  • consistent_read
  • consumed_capacity
  • count
  • exclusive_start_table
  • global_secondary_index_updates
  • global_secondary_indexes
  • index_name
  • item_collection_metrics
  • limit
  • local_secondary_indexes
  • projection
  • provisioned_read_capacity
  • provisioned_write_capacity
  • scan_forward
  • scanned_count
  • segment
  • select
  • table_count
  • table_names
  • total_segments

OTel sem conv for aws.dynamodb can be found at: https://opentelemetry.io/docs/specs/semconv/db/dynamodb/

@andreiborza andreiborza requested review from a team, Lms24, cleptric, mjq and nsdeschenes as code owners July 10, 2026 09:05
@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

Attributes

  • Add AWS DynamoDB instrumentation attributes by andreiborza in #479
  • Add sentry.metric.source by klochek in #476
  • Add faas.id (deprecated) in favor of cloud.resource_id by andreiborza in #475
  • Add faas.execution (deprecated) in favor of faas.invocation_id by andreiborza in #473
  • Add messaging attributes by s1gr1d in #469
  • Add url.same_origin (deprecated) and http.request.same_origin (replacement) attributes by Lms24 in #456
  • Add db.response.status_code by s1gr1d in #462

Other

  • (ai) Add granular cost attributes for cache and reasoning by vgrozdanic in #461
  • (js) Add _BASE attribute key exports for dynamic attribute keys by Lms24 in #471

Internal Changes 🔧

  • (ci) Stop inheriting secrets for changelog-preview by tobias-wilfert in #463

🤖 This preview updates automatically when you update the PR.

Co-Authored-By: Claude <noreply@anthropic.com>
@andreiborza andreiborza force-pushed the ab/aws-dynamodb-attributes branch from 0a33784 to 704f55d Compare July 10, 2026 12:11
@andreiborza andreiborza merged commit e5f2740 into main Jul 10, 2026
18 of 20 checks passed
@andreiborza andreiborza deleted the ab/aws-dynamodb-attributes branch July 10, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants