newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
178 stars 102 forks source link

Add AWS entity agent attributes to DynamoDB spans #1252

Open hmstepanek opened 3 days ago

hmstepanek commented 3 days ago

Overview

Add AWS entity agent attributes to DynamoDB spans. See implementation_guides/aws-sdk.md in agent specs for details. Note this is dependent on https://github.com/newrelic/newrelic-python-agent/pull/1249.

github-actions[bot] commented 3 days ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 4 0 6.2s
✅ PYTHON black 5 0 0 2.48s
✅ PYTHON flake8 5 0 1.2s
✅ PYTHON isort 5 0 0 0.37s
✅ PYTHON pylint 5 0 9.54s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 3 days ago

Codecov Report

Attention: Patch coverage is 47.12644% with 46 lines in your changes missing coverage. Please review.

Project coverage is 81.12%. Comparing base (a5d0de3) to head (67a128e).

Files with missing lines Patch % Lines
newrelic/hooks/external_botocore.py 44.92% 24 Missing and 14 partials :warning:
newrelic/core/config.py 52.94% 6 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1252 +/- ## ========================================== - Coverage 81.26% 81.12% -0.15% ========================================== Files 200 200 Lines 21913 21999 +86 Branches 3472 3494 +22 ========================================== + Hits 17807 17846 +39 - Misses 2960 2991 +31 - Partials 1146 1162 +16 ```

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