newrelic / newrelic-python-agent

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

AIOBotocore instrumentation #1135

Closed lrafeei closed 4 months ago

lrafeei commented 4 months ago

This PR provides instrumentation support for AIOBotocore

github-actions[bot] commented 4 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 4 0 5.38s
✅ PYTHON black 9 0 0 2.29s
❌ PYTHON flake8 9 1 1.22s
✅ PYTHON isort 9 0 0 0.34s
❌ PYTHON pylint 9 5 7.39s

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

Codecov Report

Attention: Patch coverage is 81.25000% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 81.67%. Comparing base (20c5298) to head (b160a9c).

Files Patch % Lines
newrelic/hooks/external_aiobotocore.py 79.16% 5 Missing :warning:
newrelic/api/web_transaction.py 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1135 +/- ## ========================================== - Coverage 81.71% 81.67% -0.04% ========================================== Files 192 193 +1 Lines 21345 21368 +23 Branches 3715 3716 +1 ========================================== + Hits 17441 17452 +11 - Misses 2819 2831 +12 Partials 1085 1085 ```

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