Instrumentation for AWS SDK 1.11 not setting db.system for DynamoDB requests #12493
Labels
bug
Something isn't working
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
Describe the bug
The AWS 1.11 requests auto instrumentation does not seem to be setting the db.system attribute for dynamoDB spans. This is stopping our platform from identifying it properly as a db span.
Steps to reproduce
Enable javaagent and make request to dynamoDB using AWS 1.11 SDK
Expected behavior
db.* attributes to be set on dynamodb spans
Actual behavior
No db.* attributes set, treated as external service call
Javaagent or library instrumentation version
io.opentelemetry.aws-sdk-1.11
Environment
JDK:
OS:
Additional context
No response
The text was updated successfully, but these errors were encountered: