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

Bring initial POC to feature branch #2836

Merged

Conversation

nr-ahemsath
Copy link
Member

After merging main into the POC branch, PRing the POC into the feature branch.

@nr-ahemsath nr-ahemsath requested a review from a team as a code owner October 16, 2024 17:36
@nr-ahemsath nr-ahemsath merged commit 33471e5 into feature/dynamodb-instrumentation Oct 16, 2024
9 checks passed
@nr-ahemsath nr-ahemsath deleted the poc/dynamodb-instrumentation branch October 16, 2024 17:36
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.31%. Comparing base (758b770) to head (fd3ec22).
Report is 1 commits behind head on feature/dynamodb-instrumentation.

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              
Flag Coverage Δ
Profiler 73.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...nt/NewRelic/Agent/Core/Api/TransactionBridgeApi.cs 38.23% <ø> (-0.46%) ⬇️
...wRelic/Agent/Core/Segments/DatastoreSegmentData.cs 80.00% <ø> (-0.27%) ⬇️
...g/ConnectionString/IbmDb2ConnectionStringParser.cs 68.00% <ø> (-1.24%) ⬇️
...ng/ConnectionString/MsSqlConnectionStringParser.cs 68.96% <ø> (-0.53%) ⬇️
...ng/ConnectionString/MySqlConnectionStringParser.cs 87.50% <ø> (-0.97%) ⬇️
...g/ConnectionString/OracleConnectionStringParser.cs 77.92% <ø> (-0.56%) ⬇️
...ConnectionString/PostgresConnectionStringParser.cs 61.11% <ø> (-2.05%) ⬇️
...String/StackExchangeRedisConnectionStringParser.cs 82.35% <ø> (-0.99%) ⬇️
...wRelic.Agent.Extensions/Parsing/IConnectionInfo.cs 100.00% <ø> (ø)
...ic.Agent.Extensions/Providers/Wrapper/Constants.cs 94.28% <ø> (ø)

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants