Skip to content

Commit c1eb591

Browse files
committed
more
1 parent 46c59b4 commit c1eb591

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,29 @@
66

77
- AWS SDK 2.x attributes updated to align with semantic conventions
88
([#15028](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15028))
9-
- The following DynamoDB attributes have been renamed:
9+
- The following attributes have been renamed:
10+
- `aws.bucket.name` (S3) → `aws.s3.bucket`
11+
- `aws.queue.url` (SQS) → `aws.sqs.queue.url`
12+
- `aws.stream.name` (Kinesis) → `aws.kinesis.stream_name`
13+
- `aws.table.name` (DynamoDB) → `aws.dynamodb.table_names`
1014
- `aws.dynamodb.provisioned_throughput.read_capacity_units``aws.dynamodb.provisioned_read_capacity` (type changed from long to double)
1115
- `aws.dynamodb.provisioned_throughput.write_capacity_units``aws.dynamodb.provisioned_write_capacity` (type changed from long to double)
1216
- `aws.dynamodb.exclusive_start_table_name``aws.dynamodb.exclusive_start_table`
1317
- `aws.dynamodb.projection_expression``aws.dynamodb.projection`
1418
- `aws.dynamodb.scan_index_forward``aws.dynamodb.scan_forward`
19+
- The following attribute types have changed:
20+
- `aws.dynamodb.table_names`: string → string[]
21+
- `aws.dynamodb.consumed_capacity`: string → string[]
22+
- `aws.dynamodb.global_secondary_indexes`: string → string[]
23+
- `aws.dynamodb.local_secondary_indexes`: string → string[]
24+
- `aws.dynamodb.consistent_read`: string → boolean
25+
- `aws.dynamodb.table_count`: string → long
26+
- `aws.dynamodb.limit`: string → long
27+
- `aws.dynamodb.attributes_to_get`: string → string[]
28+
- `aws.dynamodb.segment`: string → long
29+
- `aws.dynamodb.total_segments`: string → long
30+
- `aws.dynamodb.count`: string → long
31+
- `aws.dynamodb.scanned_count`: string → long
1532
- The following attributes are no longer emitted by default but can be enabled with
1633
`otel.instrumentation.aws-sdk.experimental-span-attributes=true`:
1734
- `aws.queue.name` (SQS)

0 commit comments

Comments
 (0)