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

Change Langchain->LangChain per agent spec #1176

Closed hmstepanek closed 4 months ago

hmstepanek commented 4 months ago

Overview

Previously, when using langchain only (no bedrock or openai), the metric name was not correct so the AI tab would not show up. This has been fixed.

github-actions[bot] commented 4 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 5.66s
✅ PYTHON black 5 0 0 1.56s
✅ PYTHON flake8 5 0 0.65s
✅ PYTHON isort 5 0 0 0.34s
✅ PYTHON pylint 5 0 6.78s

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

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

Project coverage is 81.65%. Comparing base (f7efc7d) to head (8f94e48).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1176 +/- ## ========================================== - Coverage 81.67% 81.65% -0.03% ========================================== Files 196 196 Lines 21675 21675 Branches 3783 3783 ========================================== - Hits 17703 17698 -5 - Misses 2877 2880 +3 - Partials 1095 1097 +2 ```

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