-
Notifications
You must be signed in to change notification settings - Fork 1k
Update change log for upcoming release #15316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
spring boot starter now supports declarative config - but I'll also add that to the docs |
maybe it's a good idea it's not mentioned there in this release without the docs |
| `otel.instrumentation.aws-sdk.experimental-span-attributes=true`: | ||
| - `aws.queue.name` (SQS) | ||
| - `aws.lambda.function.name` (Lambda) | ||
| - `aws.lambda.function.arn` (Lambda) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this list doesn't include the ones where just the type changed. If I remember correctly aws sdk used to emit all request type attributes by default and response ones only with the experimental flag.
aws.dynamodb.table_names type change from string -> string[]
experimental aws.dynamodb.consumed_capacity type change from string -> string[]
aws.dynamodb.global_secondary_indexes type change from string -> string[]
aws.dynamodb.local_secondary_indexes type change from string -> string[]
aws.dynamodb.consistent_read type change from string -> boolean
aws.dynamodb.table_count type change from string -> long
aws.dynamodb.limit type change from string -> long
aws.dynamodb.attributes_to_get type change from string -> string[]
aws.dynamodb.segment type change from string -> long
aws.dynamodb.total_segments type change from string -> long
experimental aws.dynamodb.count type change from string -> long
experimental aws.dynamodb.scanned_count type change from string -> long
7a0793f to
201edce
Compare
will update with latest PRs still, just wanted to get this out for any initial review