newrelic-python-agent icon indicating copy to clipboard operation
newrelic-python-agent copied to clipboard

Aiobotocore instrumentation

Open lrafeei opened this issue 1 year ago • 2 comments

This PR provides instrumentation support for AioBotocore

lrafeei avatar May 07 '24 18:05 lrafeei

🦙 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

github-actions[bot] avatar May 07 '24 18:05 github-actions[bot]

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
@@            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.

codecov-commenter avatar May 07 '24 19:05 codecov-commenter