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 agent_language to serverless payload. #1140

Closed umaannamalai closed 5 months ago

umaannamalai commented 6 months ago

This PR updates lambda metadata inside the serverless protocol as per the serverless specs.

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.83s
✅ PYTHON black 2 1 0 1.31s
❌ PYTHON flake8 2 1 0.53s
✅ PYTHON isort 2 1 0 0.2s
✅ PYTHON pylint 2 0 3.96s

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

Codecov Report

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

Project coverage is 81.58%. Comparing base (13d726b) to head (a00c605).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1140 +/- ## ========================================== - Coverage 81.67% 81.58% -0.09% ========================================== Files 193 193 Lines 21333 21333 Branches 3716 3716 ========================================== - Hits 17423 17404 -19 - Misses 2826 2843 +17 - Partials 1084 1086 +2 ```

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