feat(boto3): Add DynamoDB service extension
@pabloDeputter đang làm issue này rồi.
Từ ngày 21/9/2026.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
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.
- 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
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- 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.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của getsentry/sentry-python
-
Python
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
getsentry/sentry-python#7569 · 1 bình luận ·
-
Python
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 85/100
getsentry/sentry-python#7568 · 2 bình luận ·
-
Python
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
getsentry/sentry-python#7567 · 1 bình luận ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
getsentry/sentry-python#7543 · 2 bình luận · 1 người được giao ·
-
Python
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
getsentry/sentry-python#6992 · 1 bình luận ·
Tất cả issue của getsentry/sentry-python
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
anthropics/skills#1811 · 1 bình luận ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
speaches-ai/speaches#678 ·
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
datalayer/mcp-compose#42 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
conda-forge/spacy-feedstock#177 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
UKGovernmentBEIS/inspect_evals#2523 ·