newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 144 forks source link

DynamoDB: populate cloud.resource_id #2113

Closed meiao closed 3 weeks ago

meiao commented 3 weeks ago

Overview

Changes to the DynamoDB instrumentation to populate the cloud.resource_id attribute. This attribute will allow an instrumented DynamoDB table to be linked to an APM that calls it.

Related Github Issue

Fixes #1802

Checks

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.68%. Comparing base (ec234dd) to head (d9d494f). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2113 +/- ## ============================================ + Coverage 70.66% 70.68% +0.02% - Complexity 9964 9967 +3 ============================================ Files 840 840 Lines 40251 40252 +1 Branches 6106 6106 ============================================ + Hits 28442 28452 +10 + Misses 9065 9060 -5 + Partials 2744 2740 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.