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

Update attributes in LLM events #1082

Closed lrafeei closed 6 months ago

lrafeei commented 6 months ago

Overview

This PR

Removal of transaction_id will be in a separate PR

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 3 0 6.64s
✅ PYTHON black 20 0 0 2.89s
✅ PYTHON flake8 20 0 1.59s
✅ PYTHON isort 20 0 0 0.37s
❌ PYTHON pylint 20 17 11.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 6 months ago

Codecov Report

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

Project coverage is 81.84%. Comparing base (b200fb0) to head (d299be1). Report is 45 commits behind head on develop-ai-limited-preview-3.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-ai-limited-preview-3 #1082 +/- ## ================================================================ - Coverage 81.87% 81.84% -0.04% ================================================================ Files 192 192 Lines 21151 21130 -21 Branches 3710 3710 ================================================================ - Hits 17317 17293 -24 - Misses 2773 2776 +3 Partials 1061 1061 ```

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