-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing K2 Integration #820
base: develop-k2-integration
Are you sure you want to change the base?
Conversation
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
Codecov Report
@@ Coverage Diff @@
## develop-k2-integration #820 +/- ##
==========================================================
- Coverage 76.40% 73.24% -3.17%
==========================================================
Files 198 198
Lines 19327 19369 +42
Branches 3307 3308 +1
==========================================================
- Hits 14766 14186 -580
- Misses 3716 4268 +552
- Partials 845 915 +70
... and 57 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Develop ai limited preview 3
Remove import six
Add new langchain vectorstore models
Report only raw content dictionary for anthropic claude.
* Use six from packages * Fixup: no pre-commit hook --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…relic-python-agent into memory-usage-sampler-config
Add config setting to toggle memory usage runtime metrics.
* Update aiohttp in tests * Remove unnecessary and buggy tests * [Mega-Linter] Apply linters fixes * Bump tests --------- Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
* Format celery tests * Add celery test for nested tasks * Update pytest * Add DT to celery * Add distributed tracing testing for celery * Pin pytest for 3.7 * Formatting * Fix issue on older celery versions * Add skip for Py2 * Fix skipif mark * Linting * Update newrelic/hooks/application_celery.py Co-authored-by: Hannah Stepanek <hstepanek@newrelic.com> * Minor updates * Remove unused pytest * [Mega-Linter] Apply linters fixes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Hannah Stepanek <hstepanek@newrelic.com> Co-authored-by: hmstepanek <hmstepanek@users.noreply.github.com>
* move validate_custom_event into new dir * Add validator shift to mlmodels * Remove validators from fixtures.py --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Update artifact actions to newer versions * Fix missing coverage dependency on firestore * Add missing codecov token
* Update and pin all github actions to hashes * Linting
* Rename files for better conventions * Move worker config to conftest * Update existing tests * Add all celery task running methods to tests * Patch celery name extraction crash * Add correct metrics for all tests * Fix map and starmap validators * Fully corrected celery tests * Remove celery tracer instrumentation * Fix issue with wrappers not being detected by celery * Add additional logic to celery task naming for mapping tasks * Patch distributed tracing for new instrumentation point * Expand celery testing matrix to all supported minor versions * Remove unused code, and reorganize * Linting * Add another comment * Remove all python 2 testing requirements
…ython-agent into llm-custom-attrs-api
…ython-agent into llm-custom-attrs-api
Update CI Image
…ython-agent into llm-custom-attrs-api
* Add Python 3.13 tests to tox * Fix memcache tests * Fix agent unittests under developer mode * Add wheels for 3.13 * Replace PyEval_CallObject with PyObject_Call in C extensions * Remove Python 2 specific code for C extensions * Update includes for C extensions for Py 3.13 compatibility * Add support for setuptools_scm v7 and v8 * Address feedback * Adding additional tox envs that are now supported
…ython-agent into llm-custom-attrs-api
Instrument SQLiteVec vectorstore in LangChain
LLM Custom Attributes Context Manager API
Add urllib3 LICENSE.txt file
* Pin gRPC version supported in Python 3.7 * Update tox.ini Co-authored-by: Uma Annamalai <uannamalai@newrelic.com> * Clean up tox runners Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com> Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com> Co-authored-by: Hannah Stepanek <hmstepanek@users.noreply.github.com> --------- Co-authored-by: Uma Annamalai <uannamalai@newrelic.com> Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com> Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com> Co-authored-by: Hannah Stepanek <hmstepanek@users.noreply.github.com>
* Initial commit for azure sidecar * Merge changes from main * Change Azure init container env var name * Pin gRPC version supported in Python 3.7 * Update tox.ini Co-authored-by: Uma Annamalai <uannamalai@newrelic.com> * Clean up tox runners Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com> Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com> Co-authored-by: Hannah Stepanek <hmstepanek@users.noreply.github.com> --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Uma Annamalai <uannamalai@newrelic.com> Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com> Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com> Co-authored-by: Hannah Stepanek <hmstepanek@users.noreply.github.com> Co-authored-by: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
Before contributing, please read our contributing guidelines and code of conduct.
Overview
Describe the changes present in the pull request
Related Github Issue
Include a link to the related GitHub issue, if applicable
Testing
The agent includes a suite of tests which should be used to
verify your changes don't break existing functionality. These tests will run with
Github Actions when a pull request is made. More details on running the tests locally can be found
here,
For most contributions it is strongly recommended to add additional tests which
exercise your changes.