-
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?
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a21115e - Browse repository at this point
Copy the full SHA a21115eView commit details -
Merge pull request #1112 from newrelic/develop-ai-limited-preview-3
Develop ai limited preview 3
Configuration menu - View commit details
-
Copy full SHA for 0e67af5 - Browse repository at this point
Copy the full SHA 0e67af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2735997 - Browse repository at this point
Copy the full SHA 2735997View commit details -
Merge pull request #1116 from newrelic/remove-import
Remove import six
Configuration menu - View commit details
-
Copy full SHA for 9f9751d - Browse repository at this point
Copy the full SHA 9f9751dView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5364c53 - Browse repository at this point
Copy the full SHA 5364c53View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d66e7e8 - Browse repository at this point
Copy the full SHA d66e7e8View commit details
Commits on Apr 5, 2024
-
Merge pull request #1119 from newrelic/add-new-langchain-vectorstores
Add new langchain vectorstore models
Configuration menu - View commit details
-
Copy full SHA for 07040b3 - Browse repository at this point
Copy the full SHA 07040b3View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 633c4ae - Browse repository at this point
Copy the full SHA 633c4aeView commit details -
Merge pull request #1120 from newrelic/langchain-bedrock-content
Report only raw content dictionary for anthropic claude.
Configuration menu - View commit details
-
Copy full SHA for ce988a8 - Browse repository at this point
Copy the full SHA ce988a8View commit details
Commits on Apr 10, 2024
-
* Use six from packages * Fixup: no pre-commit hook --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6284d24 - Browse repository at this point
Copy the full SHA 6284d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78853fe - Browse repository at this point
Copy the full SHA 78853feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 583776c - Browse repository at this point
Copy the full SHA 583776cView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c5c589 - Browse repository at this point
Copy the full SHA 9c5c589View commit details -
Merge branch 'memory-usage-sampler-config' of github.com:newrelic/new…
…relic-python-agent into memory-usage-sampler-config
Configuration menu - View commit details
-
Copy full SHA for 2855610 - Browse repository at this point
Copy the full SHA 2855610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e15c7 - Browse repository at this point
Copy the full SHA 76e15c7View commit details -
Merge pull request #1122 from newrelic/memory-usage-sampler-config
Add config setting to toggle memory usage runtime metrics.
Configuration menu - View commit details
-
Copy full SHA for 240ea2e - Browse repository at this point
Copy the full SHA 240ea2eView commit details
Commits on Apr 16, 2024
-
* Update aiohttp in tests * Remove unnecessary and buggy tests * [Mega-Linter] Apply linters fixes * Bump tests --------- Co-authored-by: TimPansino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c55b4d0 - Browse repository at this point
Copy the full SHA c55b4d0View commit details -
Celery Distributed Tracing (#1121)
* 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 <[email protected]> * 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 <[email protected]> Co-authored-by: hmstepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acf10cc - Browse repository at this point
Copy the full SHA acf10ccView commit details -
Move validate_custom_event validators into validators directory (#1089)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 780f4a2 - Browse repository at this point
Copy the full SHA 780f4a2View commit details -
Update urllib3 to 1.26.18 to silence security warnings (#1124)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd4e4b1 - Browse repository at this point
Copy the full SHA bd4e4b1View commit details -
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b364b5c - Browse repository at this point
Copy the full SHA b364b5cView commit details -
Update Artifact Actions to Newer Versions (#1125)
* Update artifact actions to newer versions * Fix missing coverage dependency on firestore * Add missing codecov token
Configuration menu - View commit details
-
Copy full SHA for 649044c - Browse repository at this point
Copy the full SHA 649044cView commit details -
Pin All GitHub Actions (#1126)
* Update and pin all github actions to hashes * Linting
Configuration menu - View commit details
-
Copy full SHA for 3b46fad - Browse repository at this point
Copy the full SHA 3b46fadView commit details
Commits on Apr 18, 2024
-
Celery Instrumentation Cleanup (#1128)
* 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
Configuration menu - View commit details
-
Copy full SHA for 7b90b64 - Browse repository at this point
Copy the full SHA 7b90b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7381a - Browse repository at this point
Copy the full SHA fc7381aView commit details -
Add PID into MEMORY_RUNTIME_METRICS_ENABLED (#1129)
* Fix name of env var * [Mega-Linter] Apply linters fixes * Bump tests --------- Co-authored-by: hmstepanek <[email protected]> Co-authored-by: Tim Pansino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9dcfaa - Browse repository at this point
Copy the full SHA d9dcfaaView commit details
Commits on Apr 19, 2024
-
Merge pull request #1127 from newrelic/add-config-option
Add NEW_RELIC_K8S_OPERATOR_ENABLED
Configuration menu - View commit details
-
Copy full SHA for 185f6f9 - Browse repository at this point
Copy the full SHA 185f6f9View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e908c37 - Browse repository at this point
Copy the full SHA e908c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7bcc52 - Browse repository at this point
Copy the full SHA b7bcc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9734878 - Browse repository at this point
Copy the full SHA 9734878View commit details -
Merge pull request #1131 from newrelic/add-vlite-vectorstore
Add VLite Vectorstore to Langchain
Configuration menu - View commit details
-
Copy full SHA for 0aef37a - Browse repository at this point
Copy the full SHA 0aef37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f697c65 - Browse repository at this point
Copy the full SHA f697c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ff84a - Browse repository at this point
Copy the full SHA a1ff84aView commit details -
Merge pull request #1132 from newrelic/drop-3_7-for-jinja
Drop Python 3.7 for jinja testing
Configuration menu - View commit details
-
Copy full SHA for a447772 - Browse repository at this point
Copy the full SHA a447772View commit details
Commits on May 3, 2024
-
Add method to urllib3 trace (#1130)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b9e394 - Browse repository at this point
Copy the full SHA 8b9e394View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8884497 - Browse repository at this point
Copy the full SHA 8884497View commit details
Commits on May 8, 2024
-
Fix gRPC URI Detection (#1137)
* Fix gRPC URI detection * [Mega-Linter] Apply linters fixes * Bump tests --------- Co-authored-by: TimPansino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df2b159 - Browse repository at this point
Copy the full SHA df2b159View commit details
Commits on May 9, 2024
-
Fix Celery Instrumentation for Workers (#1133)
* Add new instrumentation for celery * Fix wrapper detection * Move instrumentation testing * Add metaprogramming instrumentation * Remove build_tracer instrumentation again * Fix code level metrics for celery * Cleanup * Add code level metrics tests to all task methods * Wire in CLM source to task name lookup * Fix bug in validate_transaction_count * Module scoped fixture * Fix python 2 syntax --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e5be52 - Browse repository at this point
Copy the full SHA 3e5be52View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72382b4 - Browse repository at this point
Copy the full SHA 72382b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecba66 - Browse repository at this point
Copy the full SHA 8ecba66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4032369 - Browse repository at this point
Copy the full SHA 4032369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292b1ff - Browse repository at this point
Copy the full SHA 292b1ffView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69d2818 - Browse repository at this point
Copy the full SHA 69d2818View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6fe6d - Browse repository at this point
Copy the full SHA ac6fe6dView commit details
Commits on May 17, 2024
-
Merge pull request #1141 from newrelic/add-mistral
Add support for mistral bedrock model
Configuration menu - View commit details
-
Copy full SHA for 93ad043 - Browse repository at this point
Copy the full SHA 93ad043View commit details
Commits on May 20, 2024
-
K8s sitecustomize changes (#1144)
* Add sitecustomizes changes for k8s operator to agent * Bump tests * Port error message fix * Fixup: lint errors --------- Co-authored-by: Hannah Stepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 250ca8c - Browse repository at this point
Copy the full SHA 250ca8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c1325 - Browse repository at this point
Copy the full SHA 01c1325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c289bf - Browse repository at this point
Copy the full SHA 0c289bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ec1db - Browse repository at this point
Copy the full SHA 59ec1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3bcfc - Browse repository at this point
Copy the full SHA ed3bcfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8483b - Browse repository at this point
Copy the full SHA ad8483bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6bb58 - Browse repository at this point
Copy the full SHA 8c6bb58View commit details
Commits on May 21, 2024
-
Merge pull request #1147 from newrelic/support-llama3
Add support for llama3
Configuration menu - View commit details
-
Copy full SHA for 6d30f32 - Browse repository at this point
Copy the full SHA 6d30f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd91f1 - Browse repository at this point
Copy the full SHA acd91f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ffb603 - Browse repository at this point
Copy the full SHA 4ffb603View commit details -
Configuration menu - View commit details
-
Copy full SHA for de51634 - Browse repository at this point
Copy the full SHA de51634View commit details
Commits on May 22, 2024
-
Merge pull request #1146 from newrelic/fix-parsing-error
Add default to pop to guard against key not found
Configuration menu - View commit details
-
Copy full SHA for 8b79e6c - Browse repository at this point
Copy the full SHA 8b79e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c2a2f - Browse repository at this point
Copy the full SHA e6c2a2fView commit details -
Update logger_loguru.py to include milliseconds (#1149)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac28232 - Browse repository at this point
Copy the full SHA ac28232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a3971 - Browse repository at this point
Copy the full SHA 08a3971View commit details
Commits on May 23, 2024
-
Merge pull request #1148 from newrelic/fix-ensemble-sklearn-tests
Fix sklearn ensemble tests.
Configuration menu - View commit details
-
Copy full SHA for 20c5298 - Browse repository at this point
Copy the full SHA 20c5298View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b4199 - Browse repository at this point
Copy the full SHA c5b4199View commit details -
AIOBotocore instrumentation (#1135)
* Instrument aiobotocore * Replace __version__ in flask instrumentation to avoid deprecation * Disable browser monitoring * Fix typo * Disable browser monitoring with aiobotocore * Fix linter errors * Revert to disabling settings in conftest * Remove browser monitoring disabling flag --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b75ea43 - Browse repository at this point
Copy the full SHA b75ea43View commit details
Commits on May 24, 2024
-
Merge branch 'update-lambda-payload' of github.com:newrelic/newrelic-…
…python-agent into update-lambda-payload
Configuration menu - View commit details
-
Copy full SHA for d4fee6d - Browse repository at this point
Copy the full SHA d4fee6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 577347a - Browse repository at this point
Copy the full SHA 577347aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5561ed7 - Browse repository at this point
Copy the full SHA 5561ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f806a52 - Browse repository at this point
Copy the full SHA f806a52View commit details -
Merge branch 'update-lambda-payload' of github.com:newrelic/newrelic-…
…python-agent into update-lambda-payload
Configuration menu - View commit details
-
Copy full SHA for 456e7cb - Browse repository at this point
Copy the full SHA 456e7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f221901 - Browse repository at this point
Copy the full SHA f221901View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc7085c - Browse repository at this point
Copy the full SHA bc7085cView commit details
Commits on May 28, 2024
-
Apply suggestions from code review
Co-authored-by: Hannah Stepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27c8491 - Browse repository at this point
Copy the full SHA 27c8491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 142daa0 - Browse repository at this point
Copy the full SHA 142daa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf4601 - Browse repository at this point
Copy the full SHA caf4601View commit details -
Merge branch 'update-lambda-payload' of github.com:newrelic/newrelic-…
…python-agent into update-lambda-payload
Configuration menu - View commit details
-
Copy full SHA for b09a58e - Browse repository at this point
Copy the full SHA b09a58eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650530b - Browse repository at this point
Copy the full SHA 650530bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3b4e2 - Browse repository at this point
Copy the full SHA ca3b4e2View commit details -
Merge pull request #1151 from RyanKadri/fix/llm-durations
Fix LLM event durations
Configuration menu - View commit details
-
Copy full SHA for 13d726b - Browse repository at this point
Copy the full SHA 13d726bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f87bf7c - Browse repository at this point
Copy the full SHA f87bf7cView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a6681c - Browse repository at this point
Copy the full SHA 0a6681cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b11605 - Browse repository at this point
Copy the full SHA 1b11605View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00c605 - Browse repository at this point
Copy the full SHA a00c605View commit details -
Merge pull request #1140 from newrelic/update-lambda-payload
Add agent_language to serverless payload.
Configuration menu - View commit details
-
Copy full SHA for 7f2374d - Browse repository at this point
Copy the full SHA 7f2374dView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0c5db2 - Browse repository at this point
Copy the full SHA a0c5db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d980f39 - Browse repository at this point
Copy the full SHA d980f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for de83220 - Browse repository at this point
Copy the full SHA de83220View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b387a7f - Browse repository at this point
Copy the full SHA b387a7fView commit details -
Merge pull request #1159 from newrelic/fix-sklearn-failing-test
Fix Failing SKLearn Test
Configuration menu - View commit details
-
Copy full SHA for 2ab12c5 - Browse repository at this point
Copy the full SHA 2ab12c5View commit details
Commits on Jun 10, 2024
-
Support for OpenAI's .with_raw_response. (#1138)
* Add initial fixes and tests * Update v1 mock server responses * Remove commented out code * Use attribute checks instead * Change try/except to hasattr checks * Remove psuedo code in comments --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 60c5549 - Browse repository at this point
Copy the full SHA 60c5549View commit details -
Psycopg3 Instrumentation (#1155)
* Sort tox file * Update pytest * Add pscyopg3 test suite Remove psycopg 3.0 tests Fix tox for psycopg-binary * Add new error message to slow sql validator * Add DBAPI2 async instrumentation * Add psycopg3 instrumentation * Upgrade postgres in CI * Add separate postgres 16 and 9 testing versions * Format and lint * Add more __enter__ comments * Don't needlessly append rollup metrics * [Mega-Linter] Apply linters fixes * Bump tests * Rename dsn to conninfo --------- Co-authored-by: TimPansino <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 73f3197 - Browse repository at this point
Copy the full SHA 73f3197View commit details -
Early exit for OpenAI's .with_streaming_response. (#1157)
* Add initial fixes and tests * Update v1 mock server responses * Remove commented out code * Add escape for chat completions * Add escape for embedding async * Change extra_headers escape conditionals * Fix comment * Add skip conditions for v1.7 * Move transaction skip earlier to not record attributes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45b575f - Browse repository at this point
Copy the full SHA 45b575fView commit details -
Fix bug in asgi when no content-length header
Previously, if there was no content length header and browser injection was enabled, the asgi wrapper would fail with a type error as the header_value would be None. Now, the except clause catches both type and value errors.
Configuration menu - View commit details
-
Copy full SHA for 504abd1 - Browse repository at this point
Copy the full SHA 504abd1View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48250b2 - Browse repository at this point
Copy the full SHA 48250b2View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52a452a - Browse repository at this point
Copy the full SHA 52a452aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7495c9e - Browse repository at this point
Copy the full SHA 7495c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d070f58 - Browse repository at this point
Copy the full SHA d070f58View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e818420 - Browse repository at this point
Copy the full SHA e818420View commit details -
Merge pull request #1160 from newrelic/fix-bug-in-asgi-wrapper
Fix bug in ASGI when no content-length header
Configuration menu - View commit details
-
Copy full SHA for 44ccef0 - Browse repository at this point
Copy the full SHA 44ccef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ce4e1 - Browse repository at this point
Copy the full SHA b9ce4e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e2974 - Browse repository at this point
Copy the full SHA 18e2974View commit details -
Merge pull request #1165 from newrelic/fix-package-capture
Disable package capture when testing
Configuration menu - View commit details
-
Copy full SHA for 4ddc5b1 - Browse repository at this point
Copy the full SHA 4ddc5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d969238 - Browse repository at this point
Copy the full SHA d969238View commit details -
Merge pull request #1162 from newrelic/develop-k8s-agent-operator
K8s Agents Operator Changes
Configuration menu - View commit details
-
Copy full SHA for 7c839f0 - Browse repository at this point
Copy the full SHA 7c839f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16838fb - Browse repository at this point
Copy the full SHA 16838fbView commit details
Commits on Jun 20, 2024
-
Update flask tests and enable flaskmaster (#1163)
* Update flask tests and enable flaskmaster * Remove use of egg for flaskmaster * import separately instead of using extra --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e72cdf - Browse repository at this point
Copy the full SHA 6e72cdfView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b584946 - Browse repository at this point
Copy the full SHA b584946View commit details -
Enable GraphQL master tests (#1167)
* Update flask tests and enable flaskmaster * Enable graphql master and remove graphql v3.0 * Reenable graphqlmaster tests and tweak instrumentation * Add resolver instrumentation for v3.3+ * Remove commented out code * Whoops
Configuration menu - View commit details
-
Copy full SHA for 541d126 - Browse repository at this point
Copy the full SHA 541d126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 861f91c - Browse repository at this point
Copy the full SHA 861f91cView commit details -
Merge pull request #1172 from newrelic/fix-verison-check
Fix Environment Scraping Logic
Configuration menu - View commit details
-
Copy full SHA for 8890cde - Browse repository at this point
Copy the full SHA 8890cdeView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60d1669 - Browse repository at this point
Copy the full SHA 60d1669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3431f - Browse repository at this point
Copy the full SHA 5a3431fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c6fea - Browse repository at this point
Copy the full SHA 61c6feaView commit details
Commits on Jul 9, 2024
-
Merge pull request #1174 from niehusst/main
fix: openai Embeddings module hasattr typo
Configuration menu - View commit details
-
Copy full SHA for f7efc7d - Browse repository at this point
Copy the full SHA f7efc7dView commit details
Commits on Jul 10, 2024
-
Change Langhchain->LangChain per agent spec (#1176)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b6b2e5 - Browse repository at this point
Copy the full SHA 9b6b2e5View commit details
Commits on Jul 11, 2024
-
Add support for account level AIM disable. (#1175)
* Add support for account level AIM disable. * Fix lint errors tests/agent_unittests/test_agent_protocol.py:173:64: E261 at least two spaces before inline comment tests/agent_unittests/test_agent_protocol.py:320:5: E303 too many blank lines (2) tests/agent_unittests/test_connect_response_fields.py:164:8: W291 trailing whitespace tests/agent_unittests/test_connect_response_fields.py:165:86: W291 trailing whitespace * [Mega-Linter] Apply linters fixes * Trigger tests * Add debug log statement * Fixup: unicode dropping --------- Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: hmstepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5469c4a - Browse repository at this point
Copy the full SHA 5469c4aView commit details -
NewRelicContextFormatter update to support adding a stack trace (#1168)
* NewRelicContextFormatter update to support adding a stack trace * Adding test coverage * Remove typing for Python 2 compatibility * Refactor instance methods to class methods and export * Add truthy safeguard to log tests * Fix Python 2 issues in tests * lint:fix --------- Co-authored-by: Tim Pansino <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 47581e9 - Browse repository at this point
Copy the full SHA 47581e9View commit details
Commits on Jul 24, 2024
-
* Update imports. * Update comments. * Switch to strawberry package import. * [Mega-Linter] Apply linters fixes * Trigger tests. * Trigger tests. --------- Co-authored-by: umaannamalai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4ca19d - Browse repository at this point
Copy the full SHA a4ca19dView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ba20fe - Browse repository at this point
Copy the full SHA 8ba20feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a984d - Browse repository at this point
Copy the full SHA 28a984dView commit details
Commits on Aug 1, 2024
-
Merge pull request #1183 from newrelic/capture-aws-sqs-info
Capture AWS SQS info on message spans
Configuration menu - View commit details
-
Copy full SHA for 60fe0b6 - Browse repository at this point
Copy the full SHA 60fe0b6View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fa0688 - Browse repository at this point
Copy the full SHA 1fa0688View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee15710 - Browse repository at this point
Copy the full SHA ee15710View commit details -
Merge pull request #1189 from newrelic/fix-failing-openai
Change to using auto bind on openai base client
Configuration menu - View commit details
-
Copy full SHA for 6350bd3 - Browse repository at this point
Copy the full SHA 6350bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10de1d5 - Browse repository at this point
Copy the full SHA 10de1d5View commit details -
Merge pull request #1190 from newrelic/add-new-redis-methods
Add new redis commands
Configuration menu - View commit details
-
Copy full SHA for 772adec - Browse repository at this point
Copy the full SHA 772adecView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08a512a - Browse repository at this point
Copy the full SHA 08a512aView commit details -
Merge pull request #1191 from newrelic/fix-failing-aiothttp-test
Move connector instantiation inside event loop
Configuration menu - View commit details
-
Copy full SHA for 234bd74 - Browse repository at this point
Copy the full SHA 234bd74View commit details -
Instrument s3transfer BoundExecutor submit function. (#1185)
* Instrument s3transfer BoundExecutor submit function. Co-authored-by: Tim Pansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> * Add s3transfer hooks files. Co-authored-by: Tim Pansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> * Remove newlines. * Fixup: trailing whitespace --------- Co-authored-by: Tim Pansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c870ec - Browse repository at this point
Copy the full SHA 6c870ecView commit details -
Add server.address attribute to RabbitMQ (#1186)
* Add service.address to rabbitmq span attrs. * Update pika tests to test span events and attrs * Add instance info unit tests for pika * Formatting * Remove implicit string concatenation * Fix more linter issues * Trigger tests --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Hannah Stepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e2dd16 - Browse repository at this point
Copy the full SHA 4e2dd16View commit details -
Botocore SQS Code Cleanup (#1187)
* Rename SQS specific function for clarity * Trim out unnecessary extra function * Fix bug where params was not passed through SQS wrapper (unused currently) * Remove unused imports --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Hannah Stepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2909603 - Browse repository at this point
Copy the full SHA 2909603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e98a5 - Browse repository at this point
Copy the full SHA 70e98a5View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6ab3a2 - Browse repository at this point
Copy the full SHA e6ab3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5232c26 - Browse repository at this point
Copy the full SHA 5232c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7e582 - Browse repository at this point
Copy the full SHA dd7e582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96dc174 - Browse repository at this point
Copy the full SHA 96dc174View commit details -
Merge pull request #1196 from newrelic/gc-env-var
Add env var for GC runtime metrics.
Configuration menu - View commit details
-
Copy full SHA for 87edeb4 - Browse repository at this point
Copy the full SHA 87edeb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 052213b - Browse repository at this point
Copy the full SHA 052213bView commit details -
Merge pull request #1198 from newrelic/fix-main-tests
Drop Falcon master Branch Tests for Python 3.7
Configuration menu - View commit details
-
Copy full SHA for 846536a - Browse repository at this point
Copy the full SHA 846536aView commit details -
Fix Psycopg3 Api Incompatibilities (#1197)
* Fix DBAPI2 wrappers to allow additional kwargs to executemany * Pass extra psycopg3 kwargs through executemany * Rename arguments in psycopg3 wrappers to match upstream * Add tests for psycopg3 returning param --------- Co-authored-by: Uma Annamalai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec59999 - Browse repository at this point
Copy the full SHA ec59999View commit details
Commits on Aug 22, 2024
-
Remove Python 2 Support (#1195)
* Remove Python 2 iteration techniques * Remove six.b * Replace six types * Clean up async_wrapper module * Clean up object_names module * Clean up exception messages tests * Delete RedisBlaster tests (Python 2 only) * Delete gRPC tests Python 2 garbage collection test * Clean up pika tests * Remove py2_namespace from CLM validator * Clean up testing fixtures * Update feed parser tests to Python 3 * Remove all Python 2 tests from tox * Fix imports on BaseHTTPServer * Remove Python 2.7 from docker image * Remove python 2.7 from setup.py * Remove Python 2 reimplementations * Remove Python 2 build logic * Clean up import hook module * Trim comments related to Python 2 * Remove Python 2 vs 3 conditionals * Delete six import statments * Remove six package * Removing python 2 specific closure logic * Trim comments related to python 2 * Remove try catch on importing importlib reload * Rename configparser module imports * Rename __builtin__ module * Remove __future__ imports * Remove Python 2 specific argument binding code * Use os.sep not "/" * Remove longs from attribute tests * Fix Python 2 imports * Fix functools lru_cache * Fix bug in django tastypie tests * Fix imports for test_http_client * Update import hook tests to use find_spec * Fix mistakes in pika tests * Remove references to urllib2 * Remove iscoroutinefunction reimplementation * Remove falcon master tests for py37 (unsupported) * Add banner to gearman tests * Drop virtualenv pin from tox
Configuration menu - View commit details
-
Copy full SHA for 0704620 - Browse repository at this point
Copy the full SHA 0704620View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7603533 - Browse repository at this point
Copy the full SHA 7603533View commit details -
Misc Python 3 Improvements (#1202)
* Fix redundant code in parse_exc_info * Fix random unicode strings * Package updates in tox * Add missing py312 langchain test * Remove hypercorn pin * Refactor Pika version info in tests * Remove unneeded testing skips for various python versions from package version utils * Delete six from requirements.txt for dependabot --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3173305 - Browse repository at this point
Copy the full SHA 3173305View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0a9dd7 - Browse repository at this point
Copy the full SHA a0a9dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f36eafd - Browse repository at this point
Copy the full SHA f36eafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 412ced5 - Browse repository at this point
Copy the full SHA 412ced5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7719a3 - Browse repository at this point
Copy the full SHA f7719a3View commit details
Commits on Sep 3, 2024
-
Convert String Formatting to f-strings with Flynt (#1200)
* Flynt - transform percent style strings * Flynt - transform .format style strings * Flynt - transform string concatenation * Flynt - transform join statements * Flynt - aggressive transforms (-a) * Flynt - convert more strings >88 chars long (-ll) * Manual - fix broken f-string expression * Manual - remove unnecessary int casts * Manual - additional manual conversions --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 968fc4d - Browse repository at this point
Copy the full SHA 968fc4dView commit details
Commits on Sep 9, 2024
-
Remove frameworks that only work in Python 2.7 (#1205)
* Remove umemcache * Remove oursql * Remove pywapi * Remove pywapi * Remove pylons * Remove web2py * Remove references to webpy * Remove weberror
Configuration menu - View commit details
-
Copy full SHA for 8c1a4b9 - Browse repository at this point
Copy the full SHA 8c1a4b9View commit details -
Merge pull request #1199 from newrelic/fix-ai-bug
Fixes for langchain & openai
Configuration menu - View commit details
-
Copy full SHA for 41e5475 - Browse repository at this point
Copy the full SHA 41e5475View commit details
Commits on Sep 10, 2024
-
Use replace instead of lstrip to strip dns://
lstrip strips all the characters from the begining of the string so strings that begin in d, n, or s get the first character(s) stripped. Replace is actually what we want in this case.
Configuration menu - View commit details
-
Copy full SHA for ef07134 - Browse repository at this point
Copy the full SHA ef07134View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a03f73f - Browse repository at this point
Copy the full SHA a03f73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4dee7b - Browse repository at this point
Copy the full SHA b4dee7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a5ab8 - Browse repository at this point
Copy the full SHA a9a5ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 470d9ac - Browse repository at this point
Copy the full SHA 470d9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df2a58 - Browse repository at this point
Copy the full SHA 1df2a58View commit details
Commits on Sep 12, 2024
-
Merge pull request #1206 from newrelic/fix-grpc-external-bug
Use replace instead of lstrip to strip dns://
Configuration menu - View commit details
-
Copy full SHA for 892e66c - Browse repository at this point
Copy the full SHA 892e66cView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e124ef - Browse repository at this point
Copy the full SHA 0e124efView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dca71a - Browse repository at this point
Copy the full SHA 9dca71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e463e28 - Browse repository at this point
Copy the full SHA e463e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for db023da - Browse repository at this point
Copy the full SHA db023daView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e4a83c - Browse repository at this point
Copy the full SHA 9e4a83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 770bcf4 - Browse repository at this point
Copy the full SHA 770bcf4View commit details -
Merge pull request #1210 from newrelic/fix-uvicorn_workers
Add Dispatcher Information for uvicorn-worker Package
Configuration menu - View commit details
-
Copy full SHA for d642980 - Browse repository at this point
Copy the full SHA d642980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e19ad8 - Browse repository at this point
Copy the full SHA 7e19ad8View commit details -
Merge pull request #1211 from newrelic/fix-botocore-error-test
Fix AI test failures & do not run graphqlmaster tests
Configuration menu - View commit details
-
Copy full SHA for b9f328c - Browse repository at this point
Copy the full SHA b9f328cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d29f26 - Browse repository at this point
Copy the full SHA 7d29f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47fac67 - Browse repository at this point
Copy the full SHA 47fac67View commit details -
Merge pull request #1212 from newrelic/add-kafka-python-ng
Add support for kafka-python-ng
Configuration menu - View commit details
-
Copy full SHA for 2d6525e - Browse repository at this point
Copy the full SHA 2d6525eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c201bf1 - Browse repository at this point
Copy the full SHA c201bf1View commit details -
Merge pull request #1194 from newrelic/capture-host-port-info-pymemcache
Capture memcache host & port
Configuration menu - View commit details
-
Copy full SHA for 8094552 - Browse repository at this point
Copy the full SHA 8094552View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c84d105 - Browse repository at this point
Copy the full SHA c84d105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7c183 - Browse repository at this point
Copy the full SHA 5a7c183View commit details
Commits on Sep 19, 2024
-
Add bootstrap server metric for kafka (#1207)
* Add bootstrap server metric * [Mega-Linter] Apply linters fixes --------- Co-authored-by: hmstepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 844558d - Browse repository at this point
Copy the full SHA 844558dView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df11858 - Browse repository at this point
Copy the full SHA df11858View commit details -
Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…
…ython-agent into llm-custom-attrs-api
Configuration menu - View commit details
-
Copy full SHA for 37e5b3b - Browse repository at this point
Copy the full SHA 37e5b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 977f1b7 - Browse repository at this point
Copy the full SHA 977f1b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f82456 - Browse repository at this point
Copy the full SHA 4f82456View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90c423e - Browse repository at this point
Copy the full SHA 90c423eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f033f - Browse repository at this point
Copy the full SHA 21f033fView commit details
Commits on Sep 24, 2024
-
Fix Issues in PyMongo and Botocore Tests (#1218)
* Fix schema issues in botocore tests * Update pymongo hooks for new module locations * Remove unsupported py38 tornadomaster tests
Configuration menu - View commit details
-
Copy full SHA for dd023f9 - Browse repository at this point
Copy the full SHA dd023f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6830a9 - Browse repository at this point
Copy the full SHA a6830a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f1e90 - Browse repository at this point
Copy the full SHA b3f1e90View commit details
Commits on Sep 25, 2024
-
Merge main into develop-remove-python27 (#1217)
* Add env var for GC runtime metrics. * [Mega-Linter] Apply linters fixes * Remove falcon master tests for py37 (unsupported) * Bump tests * Fix Psycopg3 Api Incompatibilities (#1197) * Fix DBAPI2 wrappers to allow additional kwargs to executemany * Pass extra psycopg3 kwargs through executemany * Rename arguments in psycopg3 wrappers to match upstream * Add tests for psycopg3 returning param --------- Co-authored-by: Uma Annamalai <[email protected]> * Fix bugs * Test w/ latest langchain * Add support for new vectorstores * Remove unreachable [] * Use replace instead of lstrip to strip dns:// lstrip strips all the characters from the begining of the string so strings that begin in d, n, or s get the first character(s) stripped. Replace is actually what we want in this case. * Add dispatcher for uvicorn_worker * Fix bedrock expected error * Add metadata field to expected events * Adjust location of expected pydantic error * Langchain does not support python3.8 * Remove graphql master from tests * Add support for kafka-python-ng * Capture pymemcache,aiomcache,bmemcached host&port * Add bootstrap server metric for kafka (#1207) * Add bootstrap server metric * [Mega-Linter] Apply linters fixes --------- Co-authored-by: hmstepanek <[email protected]> * Lint f-strings * Fix Issues in PyMongo and Botocore Tests (#1218) * Fix schema issues in botocore tests * Update pymongo hooks for new module locations * Remove unsupported py38 tornadomaster tests * Updated matrix for urllib3 tests (#1216) --------- Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: umaannamalai <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: hmstepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f305ba7 - Browse repository at this point
Copy the full SHA f305ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8686a - Browse repository at this point
Copy the full SHA 3c8686aView commit details -
Merge pull request #1220 from newrelic/merge-main-develop-python27-no…
…-squash Merge main into develop-remove-python27
Configuration menu - View commit details
-
Copy full SHA for f006351 - Browse repository at this point
Copy the full SHA f006351View commit details -
Merge pull request #1215 from newrelic/develop-remove-python27
Remove Python2.7 support
Configuration menu - View commit details
-
Copy full SHA for 286a714 - Browse repository at this point
Copy the full SHA 286a714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b37b64 - Browse repository at this point
Copy the full SHA 2b37b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c6f1e - Browse repository at this point
Copy the full SHA a5c6f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c339504 - Browse repository at this point
Copy the full SHA c339504View commit details -
Merge pull request #1221 from newrelic/feature-python-version-warnings
Add Python Version Specific Installation Errors
Configuration menu - View commit details
-
Copy full SHA for 4768fba - Browse repository at this point
Copy the full SHA 4768fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3184e0 - Browse repository at this point
Copy the full SHA c3184e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1899827 - Browse repository at this point
Copy the full SHA 1899827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ca33b - Browse repository at this point
Copy the full SHA 63ca33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ddf5f2 - Browse repository at this point
Copy the full SHA 5ddf5f2View commit details -
Merge branch 'remove-loguru-version-check' of github.com:newrelic/new…
…relic-python-agent into remove-loguru-version-check
Configuration menu - View commit details
-
Copy full SHA for 5618f78 - Browse repository at this point
Copy the full SHA 5618f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15605f2 - Browse repository at this point
Copy the full SHA 15605f2View commit details
Commits on Sep 26, 2024
-
Merge pull request #1222 from newrelic/remove-loguru-version-check
Remove versioned logic in loguru instrumentation
Configuration menu - View commit details
-
Copy full SHA for 85f4035 - Browse repository at this point
Copy the full SHA 85f4035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b5cbe - Browse repository at this point
Copy the full SHA 79b5cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f51c621 - Browse repository at this point
Copy the full SHA f51c621View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a8c5d - Browse repository at this point
Copy the full SHA f6a8c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd6d6b - Browse repository at this point
Copy the full SHA 9cd6d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for db2ac31 - Browse repository at this point
Copy the full SHA db2ac31View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba684ed - Browse repository at this point
Copy the full SHA ba684edView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3098b2 - Browse repository at this point
Copy the full SHA a3098b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb09703 - Browse repository at this point
Copy the full SHA fb09703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbefb8 - Browse repository at this point
Copy the full SHA 5cbefb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f142815 - Browse repository at this point
Copy the full SHA f142815View commit details -
Configuration menu - View commit details
-
Copy full SHA for c07d6f4 - Browse repository at this point
Copy the full SHA c07d6f4View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34ae93e - Browse repository at this point
Copy the full SHA 34ae93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a475af - Browse repository at this point
Copy the full SHA 0a475afView commit details
Commits on Oct 1, 2024
-
Merge pull request #1209 from newrelic/ecs-docker-id
Add support for ECS container IDs.
Configuration menu - View commit details
-
Copy full SHA for 01bff2b - Browse repository at this point
Copy the full SHA 01bff2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa903ec - Browse repository at this point
Copy the full SHA fa903ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a99b7 - Browse repository at this point
Copy the full SHA 00a99b7View commit details -
Merge pull request #1224 from newrelic/fix-redis-tests
Update Redis Tests for Newer Versions
Configuration menu - View commit details
-
Copy full SHA for 7ae5f59 - Browse repository at this point
Copy the full SHA 7ae5f59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a01097 - Browse repository at this point
Copy the full SHA 7a01097View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2b12f - Browse repository at this point
Copy the full SHA bf2b12fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b28d1 - Browse repository at this point
Copy the full SHA f4b28d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f353cb9 - Browse repository at this point
Copy the full SHA f353cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc662e0 - Browse repository at this point
Copy the full SHA dc662e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc0949 - Browse repository at this point
Copy the full SHA cdc0949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 825275b - Browse repository at this point
Copy the full SHA 825275bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b5feb - Browse repository at this point
Copy the full SHA 38b5febView commit details
Commits on Oct 2, 2024
-
Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…
…ython-agent into llm-custom-attrs-api
Configuration menu - View commit details
-
Copy full SHA for d926afe - Browse repository at this point
Copy the full SHA d926afeView commit details -
Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…
…ython-agent into llm-custom-attrs-api
Configuration menu - View commit details
-
Copy full SHA for 7d690f6 - Browse repository at this point
Copy the full SHA 7d690f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68aa7ae - Browse repository at this point
Copy the full SHA 68aa7aeView commit details -
Merge pull request #1171 from newrelic/update-ci-image
Update CI Image
Configuration menu - View commit details
-
Copy full SHA for 1807857 - Browse repository at this point
Copy the full SHA 1807857View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38c89b - Browse repository at this point
Copy the full SHA b38c89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8beff8 - Browse repository at this point
Copy the full SHA a8beff8View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18278db - Browse repository at this point
Copy the full SHA 18278dbView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1694844 - Browse repository at this point
Copy the full SHA 1694844View commit details -
Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…
…ython-agent into llm-custom-attrs-api
Configuration menu - View commit details
-
Copy full SHA for 1c27c2b - Browse repository at this point
Copy the full SHA 1c27c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e7640 - Browse repository at this point
Copy the full SHA 76e7640View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 3a001b0 - Browse repository at this point
Copy the full SHA 3a001b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6edffd1 - Browse repository at this point
Copy the full SHA 6edffd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for beeb67f - Browse repository at this point
Copy the full SHA beeb67fView commit details -
Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…
…ython-agent into llm-custom-attrs-api
Configuration menu - View commit details
-
Copy full SHA for 4f7c555 - Browse repository at this point
Copy the full SHA 4f7c555View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46d5521 - Browse repository at this point
Copy the full SHA 46d5521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7160696 - Browse repository at this point
Copy the full SHA 7160696View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef40ca6 - Browse repository at this point
Copy the full SHA ef40ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f705b91 - Browse repository at this point
Copy the full SHA f705b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9916499 - Browse repository at this point
Copy the full SHA 9916499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2a660 - Browse repository at this point
Copy the full SHA 6a2a660View commit details -
Merge pull request #1231 from newrelic/add-langchain-vs
Instrument SQLiteVec vectorstore in LangChain
Configuration menu - View commit details
-
Copy full SHA for 2d17237 - Browse repository at this point
Copy the full SHA 2d17237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 182cc71 - Browse repository at this point
Copy the full SHA 182cc71View commit details
Commits on Oct 10, 2024
-
Merge pull request #1214 from newrelic/llm-custom-attrs-api
LLM Custom Attributes Context Manager API
Configuration menu - View commit details
-
Copy full SHA for 573d5f0 - Browse repository at this point
Copy the full SHA 573d5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c2ba4 - Browse repository at this point
Copy the full SHA 38c2ba4View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a465475 - Browse repository at this point
Copy the full SHA a465475View commit details -
Merge pull request #1237 from newrelic/add-urllib3-license
Add urllib3 LICENSE.txt file
Configuration menu - View commit details
-
Copy full SHA for 96fa0e0 - Browse repository at this point
Copy the full SHA 96fa0e0View commit details
Commits on Oct 15, 2024
-
Pin gRPC version supported in Python 3.7 (#1239)
* Pin gRPC version supported in Python 3.7 * Update tox.ini Co-authored-by: Uma Annamalai <[email protected]> * Clean up tox runners Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> --------- Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2d8cc5 - Browse repository at this point
Copy the full SHA b2d8cc5View commit details -
Azure init container setting flag (#1223)
* 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 <[email protected]> * Clean up tox runners Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: Timothy Pansino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d6da2c - Browse repository at this point
Copy the full SHA 7d6da2cView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99c3b77 - Browse repository at this point
Copy the full SHA 99c3b77View commit details