|
6 | 6 |
|
7 | 7 | - AWS SDK 2.x attributes updated to align with semantic conventions |
8 | 8 | ([#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` |
10 | 14 | - `aws.dynamodb.provisioned_throughput.read_capacity_units` → `aws.dynamodb.provisioned_read_capacity` (type changed from long to double) |
11 | 15 | - `aws.dynamodb.provisioned_throughput.write_capacity_units` → `aws.dynamodb.provisioned_write_capacity` (type changed from long to double) |
12 | 16 | - `aws.dynamodb.exclusive_start_table_name` → `aws.dynamodb.exclusive_start_table` |
13 | 17 | - `aws.dynamodb.projection_expression` → `aws.dynamodb.projection` |
14 | 18 | - `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 |
15 | 32 | - The following attributes are no longer emitted by default but can be enabled with |
16 | 33 | `otel.instrumentation.aws-sdk.experimental-span-attributes=true`: |
17 | 34 | - `aws.queue.name` (SQS) |
|
0 commit comments