feat(boto3): Add DynamoDB service extension
@pabloDeputter がすでに取り組んでいます。
2026年9月21日 から。
評価
この issue はまだ評価されていません。
説明
db.system.namemust be set toaws.dynamodband should be provided at span creation time.- origin must be set to
auto.db.boto3for any DynamoDB span. - operation must be set to
db - OTel semconv. may be outdated since there are quite a few new attributes in DynamoDB that are not in OTel yet.
- We support the following operations and attributes:
DynamoDB.BatchGetItemaws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.table_names— extracted from the keys of the requestRequestItemsobject.
DynamoDB.BatchWriteItemaws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.item_collection_metrics— JSON-serialized value of the responseItemCollectionMetricsfield.aws.dynamodb.table_names— extracted from the keys of the requestRequestItemsobject.
DynamoDB.CreateTableaws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.global_secondary_indexes— JSON-serialized items from the requestGlobalSecondaryIndexesfield.aws.dynamodb.item_collection_metrics— JSON-serialized value of the responseItemCollectionMetricsfield.aws.dynamodb.local_secondary_indexes— JSON-serialized items from the requestLocalSecondaryIndexesfield.aws.dynamodb.provisioned_read_capacity— extracted from the requestProvisionedThroughput.ReadCapacityUnitsparameter.aws.dynamodb.provisioned_write_capacity— extracted from the requestProvisionedThroughput.WriteCapacityUnitsparameter.aws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
DynamoDB.DeleteItemaws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.item_collection_metrics— JSON-serialized value of the responseItemCollectionMetricsfield.aws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
DynamoDB.DeleteTableaws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
DynamoDB.DescribeTableaws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
DynamoDB.GetItemaws.dynamodb.consistent_read— the requestConsistentReadparameter.aws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.projection— the requestProjectionExpressionparameter.aws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
DynamoDB.ListTablesaws.dynamodb.exclusive_start_table— the requestExclusiveStartTableNameparameter.aws.dynamodb.limit— the requestLimitparameter.aws.dynamodb.table_count— derived from the number of items in the responseTableNamesparameter.
DynamoDB.PutItemaws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.item_collection_metrics— JSON-serialized value of the responseItemCollectionMetricsfield.aws.dynamodb.table_names— extracted from the keys of the requestRequestItemsobject. See note below.
DynamoDB.Queryaws.dynamodb.attributes_to_get— the requestAttributesToGetparameter. NOT YET ADDED TO SENTRY SEM-CONV.aws.dynamodb.consistent_read— the requestConsistentReadparameter.aws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.index_name— the requestIndexNameparameter.aws.dynamodb.limit— the requestLimitparameter.aws.dynamodb.projection— the requestProjectionExpressionparameter.aws.dynamodb.scan_forward— the requestScanIndexForwardparameter.aws.dynamodb.select— the requestSelectparameter.aws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
DynamoDB.Scanaws.dynamodb.attributes_to_get— the requestAttributesToGetparameter. NOT YET ADDED TO SENTRY SEM-CONV.- deemed legacy by AWS; replaced by
ProjectExpressioninstead; not sure which one to use yet - https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.AttributesToGet.html#ProjectionExpression.instead
- deemed legacy by AWS; replaced by
aws.dynamodb.consistent_read— the requestConsistentReadparameter.aws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.count— the responseCountparameter.aws.dynamodb.index_name— the requestIndexNameparameter.aws.dynamodb.limit— the requestLimitparameter.aws.dynamodb.projection— the requestProjectionExpressionparameter.aws.dynamodb.scanned_count— the responseScannedCountparameter.aws.dynamodb.segment— the requestSegmentparameter.aws.dynamodb.select— the requestSelectparameter.aws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.aws.dynamodb.total_segments— the requestTotalSegmentsparameter.
DynamoDB.UpdateItemaws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.item_collection_metrics— JSON-serialized value of the responseItemCollectionMetricsfield.aws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
DynamoDB.UpdateTableaws.dynamodb.attribute_definitions— JSON-serialized items from the requestAttributeDefinitionsfield.aws.dynamodb.consumed_capacity— JSON-serialized items from the responseConsumedCapacityfield.aws.dynamodb.global_secondary_index_updates— JSON-serialized items from the requestGlobalSecondaryIndexUpdatesfield.aws.dynamodb.provisioned_read_capacity— extracted from the requestProvisionedThroughput.ReadCapacityUnitsparameter.aws.dynamodb.provisioned_write_capacity— extracted from the requestProvisionedThroughput.WriteCapacityUnitsparameter.aws.dynamodb.table_names— a single-element array containing the requestTableNameparameter.
- 主要言語
- Python
- スター
- 2.2k
- フォーク
- 672
- 平均マージ
- 22時間 47分
- マージ済み PR(30日)
- 224
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
getsentry/sentry-python のほかの issue
-
Python
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
getsentry/sentry-python#7569 · コメント 1 件 ·
-
Python
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
getsentry/sentry-python#7568 · コメント 2 件 ·
-
Python
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
getsentry/sentry-python#7567 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
getsentry/sentry-python#7543 · コメント 2 件 · 担当者 1 名 ·
-
Python
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
getsentry/sentry-python#6992 · コメント 1 件 ·
getsentry/sentry-python の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
anthropics/skills#1811 · コメント 1 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
speaches-ai/speaches#678 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
datalayer/mcp-compose#42 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
conda-forge/spacy-feedstock#177 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
UKGovernmentBEIS/inspect_evals#2523 ·