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

Capture AWS SQS info on message spans #1183

Closed hmstepanek closed 3 months ago

hmstepanek commented 3 months ago

Overview

Capture AWS SQS agent attributes on message spans.

github-actions[bot] commented 3 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 3 0 5.06s
✅ PYTHON black 4 0 0 1.23s
✅ PYTHON flake8 4 0 0.65s
✅ PYTHON isort 4 0 0 0.31s
✅ PYTHON pylint 4 0 3.94s

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 months ago

Codecov Report

Attention: Patch coverage is 82.22222% with 8 lines in your changes missing coverage. Please review.

Project coverage is 81.63%. Comparing base (a4ca19d) to head (28a984d).

Files Patch % Lines
newrelic/hooks/external_botocore.py 80.95% 5 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1183 +/- ## ========================================== - Coverage 81.66% 81.63% -0.04% ========================================== Files 196 196 Lines 21696 21736 +40 Branches 3789 3795 +6 ========================================== + Hits 17718 17744 +26 - Misses 2880 2889 +9 - Partials 1098 1103 +5 ```

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