Skip to content
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

Added dynamodb instrumenter for aws v1_11 sdk #12756

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

akats7
Copy link
Contributor

@akats7 akats7 commented Nov 20, 2024

Resolves #12493

Added a dynamo instrumenter for the aws v1_11 sdk. The most important thing this provides is the db.system attribute which was previously missing and is required according to the sem conv for dynamo. Table name has also been added as an attribute, the instrumenter can continue to be enhanced to add additional 'recommended' attributed from the semantic conventions.

@akats7 akats7 requested a review from a team as a code owner November 20, 2024 07:10
Copy link

linux-foundation-easycla bot commented Nov 20, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link
Contributor

@steverao steverao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some CI failings, you can refer to related contribution docs to fix them:

@akats7
Copy link
Contributor Author

akats7 commented Nov 21, 2024

The tests were recently rewritten so I need to update them

@akats7
Copy link
Contributor Author

akats7 commented Nov 21, 2024

Hey @steverao @trask, all build issues have been resolved, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instrumentation for AWS SDK 1.11 not setting db.system for DynamoDB requests
2 participants