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

Add method to urllib3 trace #1130

Closed lrafeei closed 4 months ago

lrafeei commented 5 months ago

This PR explicitly adds http.method to urllib3 traces

github-actions[bot] commented 5 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.76s
✅ PYTHON black 2 0 0 0.87s
✅ PYTHON flake8 2 0 0.45s
✅ PYTHON isort 2 0 0 0.3s
✅ PYTHON pylint 2 0 2.19s

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

Codecov Report

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

Project coverage is 81.67%. Comparing base (a447772) to head (7f138ca).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1130 +/- ## ========================================== - Coverage 81.74% 81.67% -0.08% ========================================== Files 192 192 Lines 21301 21301 Branches 3706 3706 ========================================== - Hits 17413 17397 -16 - Misses 2812 2826 +14 - Partials 1076 1078 +2 ```

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

TimPansino commented 4 months ago

🚀