-
Notifications
You must be signed in to change notification settings - Fork 63
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
Bring initial POC to feature branch #2836
Merged
nr-ahemsath
merged 3 commits into
feature/dynamodb-instrumentation
from
poc/dynamodb-instrumentation
Oct 16, 2024
Merged
Bring initial POC to feature branch #2836
nr-ahemsath
merged 3 commits into
feature/dynamodb-instrumentation
from
poc/dynamodb-instrumentation
Oct 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nr-ahemsath
merged commit Oct 16, 2024
33471e5
into
feature/dynamodb-instrumentation
9 checks passed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/dynamodb-instrumentation #2836 +/- ##
====================================================================
- Coverage 81.32% 81.31% -0.01%
====================================================================
Files 460 460
Lines 29239 29224 -15
Branches 3231 3231
====================================================================
- Hits 23779 23764 -15
Misses 4668 4668
Partials 792 792
Flags with carried forward coverage won't be shown. Click here to find out more.
|
nr-ahemsath
added a commit
that referenced
this pull request
Oct 29, 2024
* Bring initial POC to feature branch (#2836) * First pass at DynamoDB support * db.system attribute was not being set correctly --------- Co-authored-by: chynesNR <[email protected]> * Clean up POC (#2839) * Remove datastore vendor name from ConnectionInfo in MemcachedHelpers * Get operation name from request type by converting PascalCaseRequest to snake_case * Make operation name cache thread safe (#2841) * Make operation name cache thread safe * Cleaner implementation based on PR feedback * Update src/Agent/NewRelic/Agent/Extensions/Providers/Wrapper/AwsSdk/DynamoDbRequestHandler.cs Co-authored-by: Chris Ventura <[email protected]> --------- Co-authored-by: Chris Ventura <[email protected]> * DynamoDB integration tests (#2854) * Rename things in preparation to add another AWS SDK test type * Add project dependencies * More renaming * Initial plumbing created * More cleanup * Forklift exerciser methods from standalone test app * Working tests * Cleanup * Fix port assignment issue seen in CI * Only wait up to two minutes for table to become active * List ports in use in container tests host For temporary troubleshooting * Update tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkExercisers/AwsSdkDynamoDBExerciser.cs Co-authored-by: Marty T <[email protected]> * Fix port conflict issue plus PR feedback --------- Co-authored-by: Marty T <[email protected]> * Add unit tests for ToSnakeCase() (#2859) Unit tests for ToSnakeCase() --------- Co-authored-by: chynesNR <[email protected]> Co-authored-by: Chris Ventura <[email protected]> Co-authored-by: Marty T <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After merging main into the POC branch, PRing the POC into the feature branch.