feat(boto3): Add DynamoDB service extension
@pabloDeputter já está trabalhando nisso.
Desde 21/9/2026.
Avaliação
Esta issue ainda não foi avaliada.
Descrição
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.
- Linguagem predominante
- Python
- Estrelas
- 2.2k
- Forks
- 672
- Merge médio
- 22h 47min
- PRs com merge (30d)
- 224
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Mais de getsentry/sentry-python
-
Python
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 65/100
getsentry/sentry-python#7569 · 1 comentário ·
-
Python
Dificuldade 1/5 Menos de uma hora Facilidade para iniciantes 85/100
getsentry/sentry-python#7568 · 2 comentários ·
-
Python
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 65/100
getsentry/sentry-python#7567 · 1 comentário ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 78/100
getsentry/sentry-python#7543 · 2 comentários · 1 responsável ·
-
Python
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 68/100
getsentry/sentry-python#6992 · 1 comentário ·
Todas as issues de getsentry/sentry-python
Issues semelhantes
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
anthropics/skills#1811 · 1 comentário ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
speaches-ai/speaches#678 ·
-
bug
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
datalayer/mcp-compose#42 ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
conda-forge/spacy-feedstock#177 ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 70/100
UKGovernmentBEIS/inspect_evals#2523 ·