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 support for kafka-python-ng #1212

Closed hmstepanek closed 1 week ago

hmstepanek commented 1 week ago

Overview

kafka-python has moved to kafka-python-ng due to lack of response from the original maintainer of the package.

github-actions[bot] commented 1 week ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.59s
✅ PYTHON black 1 0 0 0.78s
✅ PYTHON flake8 1 0 0.44s
✅ PYTHON isort 1 0 0 0.29s
✅ PYTHON pylint 1 0 2.23s

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 1 week ago

Codecov Report

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

Project coverage is 81.51%. Comparing base (b9f328c) to head (47fac67). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1212 +/- ## ========================================== + Coverage 81.47% 81.51% +0.03% ========================================== Files 197 197 Lines 21803 21803 Branches 3807 3807 ========================================== + Hits 17765 17772 +7 + Misses 2925 2920 -5 + Partials 1113 1111 -2 ```

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