Skip to content
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

Draft
wants to merge 705 commits into
base: develop-k2-integration
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    a21115e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1112 from newrelic/develop-ai-limited-preview-3

    Develop ai limited preview 3
    umaannamalai authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0e67af5 View commit details
    Browse the repository at this point in the history
  3. Remove import six

    hmstepanek committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2735997 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1116 from newrelic/remove-import

    Remove import six
    hmstepanek authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9f9751d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    5364c53 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d66e7e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #1119 from newrelic/add-new-langchain-vectorstores

    Add new langchain vectorstore models
    hmstepanek authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    07040b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    633c4ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1120 from newrelic/langchain-bedrock-content

    Report only raw content dictionary for anthropic claude.
    hmstepanek authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ce988a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Use six from packages (#1117)

    * Use six from packages
    
    * Fixup: no pre-commit hook
    
    ---------
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    hmstepanek and mergify[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6284d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78853fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583776c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    9c5c589 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'memory-usage-sampler-config' of github.com:newrelic/new…

    …relic-python-agent into memory-usage-sampler-config
    umaannamalai committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2855610 View commit details
    Browse the repository at this point in the history
  3. Linting fixes.

    umaannamalai committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    76e15c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1122 from newrelic/memory-usage-sampler-config

    Add config setting to toggle memory usage runtime metrics.
    umaannamalai authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    240ea2e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix aiohttp Failures (#1123)

    * Update aiohttp in tests
    
    * Remove unnecessary and buggy tests
    
    * [Mega-Linter] Apply linters fixes
    
    * Bump tests
    
    ---------
    
    Co-authored-by: TimPansino <[email protected]>
    TimPansino and TimPansino authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c55b4d0 View commit details
    Browse the repository at this point in the history
  2. 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]>
    4 people authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    acf10cc View commit details
    Browse the repository at this point in the history
  3. 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>
    lrafeei and mergify[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    780f4a2 View commit details
    Browse the repository at this point in the history
  4. Update urllib3 to 1.26.18 to silence security warnings (#1124)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    TimPansino and mergify[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd4e4b1 View commit details
    Browse the repository at this point in the history
  5. Tweak makefile (#1118)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    TimPansino and mergify[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b364b5c View commit details
    Browse the repository at this point in the history
  6. Update Artifact Actions to Newer Versions (#1125)

    * Update artifact actions to newer versions
    
    * Fix missing coverage dependency on firestore
    
    * Add missing codecov token
    TimPansino authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    649044c View commit details
    Browse the repository at this point in the history
  7. Pin All GitHub Actions (#1126)

    * Update and pin all github actions to hashes
    
    * Linting
    TimPansino authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3b46fad View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. 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
    TimPansino authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7b90b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7381a View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d9dcfaa View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge pull request #1127 from newrelic/add-config-option

    Add NEW_RELIC_K8S_OPERATOR_ENABLED
    hmstepanek authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    185f6f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    e908c37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7bcc52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9734878 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1131 from newrelic/add-vlite-vectorstore

    Add VLite Vectorstore to Langchain
    umaannamalai authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0aef37a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f697c65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1ff84a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1132 from newrelic/drop-3_7-for-jinja

    Drop Python 3.7 for jinja testing
    umaannamalai authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a447772 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add method to urllib3 trace (#1130)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    lrafeei and mergify[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    8b9e394 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    8884497 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Fix gRPC URI Detection (#1137)

    * Fix gRPC URI detection
    
    * [Mega-Linter] Apply linters fixes
    
    * Bump tests
    
    ---------
    
    Co-authored-by: TimPansino <[email protected]>
    TimPansino and TimPansino authored May 8, 2024
    Configuration menu
    Copy the full SHA
    df2b159 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. 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>
    TimPansino and mergify[bot] authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3e5be52 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    72382b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ecba66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4032369 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292b1ff View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    69d2818 View commit details
    Browse the repository at this point in the history
  2. Trigger tests

    hmstepanek committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ac6fe6d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Merge pull request #1141 from newrelic/add-mistral

    Add support for mistral bedrock model
    hmstepanek authored May 17, 2024
    Configuration menu
    Copy the full SHA
    93ad043 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. 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]>
    TimPansino and hmstepanek authored May 20, 2024
    Configuration menu
    Copy the full SHA
    250ca8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c1325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c289bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ec1db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed3bcfc View commit details
    Browse the repository at this point in the history
  6. Trigger tests

    hmstepanek committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ad8483b View commit details
    Browse the repository at this point in the history
  7. Add support for llama3

    hmstepanek committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8c6bb58 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request #1147 from newrelic/support-llama3

    Add support for llama3
    umaannamalai authored May 21, 2024
    Configuration menu
    Copy the full SHA
    6d30f32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd91f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ffb603 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de51634 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge pull request #1146 from newrelic/fix-parsing-error

    Add default to pop to guard against key not found
    hmstepanek authored May 22, 2024
    Configuration menu
    Copy the full SHA
    8b79e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c2a2f View commit details
    Browse the repository at this point in the history
  3. Update logger_loguru.py to include milliseconds (#1149)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    julia-tadej-wttech and mergify[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ac28232 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08a3971 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #1148 from newrelic/fix-ensemble-sklearn-tests

    Fix sklearn ensemble tests.
    hmstepanek authored May 23, 2024
    Configuration menu
    Copy the full SHA
    20c5298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b4199 View commit details
    Browse the repository at this point in the history
  3. 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>
    lrafeei and mergify[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    b75ea43 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge branch 'update-lambda-payload' of github.com:newrelic/newrelic-…

    …python-agent into update-lambda-payload
    umaannamalai committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d4fee6d View commit details
    Browse the repository at this point in the history
  2. Remove linter change.

    umaannamalai committed May 24, 2024
    Configuration menu
    Copy the full SHA
    577347a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5561ed7 View commit details
    Browse the repository at this point in the history
  4. Disable pylint.

    umaannamalai committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f806a52 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'update-lambda-payload' of github.com:newrelic/newrelic-…

    …python-agent into update-lambda-payload
    umaannamalai committed May 24, 2024
    Configuration menu
    Copy the full SHA
    456e7cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f221901 View commit details
    Browse the repository at this point in the history
  7. fix: Llm event durations

    RyanKadri committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bc7085c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Apply suggestions from code review

    Co-authored-by: Hannah Stepanek <[email protected]>
    umaannamalai and hmstepanek authored May 28, 2024
    Configuration menu
    Copy the full SHA
    27c8491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142daa0 View commit details
    Browse the repository at this point in the history
  3. Bump tests.

    umaannamalai committed May 28, 2024
    Configuration menu
    Copy the full SHA
    caf4601 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'update-lambda-payload' of github.com:newrelic/newrelic-…

    …python-agent into update-lambda-payload
    umaannamalai committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b09a58e View commit details
    Browse the repository at this point in the history
  5. Fix tests.

    umaannamalai committed May 28, 2024
    Configuration menu
    Copy the full SHA
    650530b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca3b4e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1151 from RyanKadri/fix/llm-durations

    Fix LLM event durations
    umaannamalai authored May 28, 2024
    Configuration menu
    Copy the full SHA
    13d726b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f87bf7c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Bump.

    umaannamalai committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0a6681c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b11605 View commit details
    Browse the repository at this point in the history
  3. Update.

    umaannamalai committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a00c605 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1140 from newrelic/update-lambda-payload

    Add agent_language to serverless payload.
    umaannamalai authored May 29, 2024
    Configuration menu
    Copy the full SHA
    7f2374d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    a0c5db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d980f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de83220 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Put sklearn import back

    TimPansino committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b387a7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1159 from newrelic/fix-sklearn-failing-test

    Fix Failing SKLearn Test
    hmstepanek authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2ab12c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. 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>
    lrafeei and mergify[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    60c5549 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    73f3197 View commit details
    Browse the repository at this point in the history
  3. 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>
    lrafeei and mergify[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    45b575f View commit details
    Browse the repository at this point in the history
  4. 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.
    hmstepanek committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    504abd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    48250b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    52a452a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7495c9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d070f58 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Fixup: remove restats

    hmstepanek committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e818420 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1160 from newrelic/fix-bug-in-asgi-wrapper

    Fix bug in ASGI when no content-length header
    hmstepanek authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    44ccef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9ce4e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18e2974 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1165 from newrelic/fix-package-capture

    Disable package capture when testing
    hmstepanek authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4ddc5b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d969238 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1162 from newrelic/develop-k8s-agent-operator

    K8s Agents Operator Changes
    hmstepanek authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7c839f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16838fb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. 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>
    lrafeei and mergify[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6e72cdf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix logic for env scraping

    TimPansino committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b584946 View commit details
    Browse the repository at this point in the history
  2. 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
    lrafeei authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    541d126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    861f91c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1172 from newrelic/fix-verison-check

    Fix Environment Scraping Logic
    hmstepanek authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8890cde View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix: typo bug

    niehusst committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    60d1669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3431f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61c6fea View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request #1174 from niehusst/main

    fix: openai Embeddings module hasattr typo
    hmstepanek authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f7efc7d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Change Langhchain->LangChain per agent spec (#1176)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    hmstepanek and mergify[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9b6b2e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. 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]>
    3 people authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5469c4a View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    47581e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix strawberry tests (#1182)

    * Update imports.
    
    * Update comments.
    
    * Switch to strawberry package import.
    
    * [Mega-Linter] Apply linters fixes
    
    * Trigger tests.
    
    * Trigger tests.
    
    ---------
    
    Co-authored-by: umaannamalai <[email protected]>
    umaannamalai and umaannamalai authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a4ca19d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    8ba20fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a984d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request #1183 from newrelic/capture-aws-sqs-info

    Capture AWS SQS info on message spans
    hmstepanek authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    60fe0b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    1fa0688 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Add new redis commands

    hmstepanek committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ee15710 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1189 from newrelic/fix-failing-openai

    Change to using auto bind on openai base client
    hmstepanek authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6350bd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10de1d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1190 from newrelic/add-new-redis-methods

    Add new redis commands
    hmstepanek authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    772adec View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    08a512a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1191 from newrelic/fix-failing-aiothttp-test

    Move connector instantiation inside event loop
    umaannamalai authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    234bd74 View commit details
    Browse the repository at this point in the history
  3. 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>
    5 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6c870ec View commit details
    Browse the repository at this point in the history
  4. 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]>
    3 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4e2dd16 View commit details
    Browse the repository at this point in the history
  5. 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]>
    3 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2909603 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70e98a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e6ab3a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5232c26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd7e582 View commit details
    Browse the repository at this point in the history
  4. Bump tests

    TimPansino committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    96dc174 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1196 from newrelic/gc-env-var

    Add env var for GC runtime metrics.
    umaannamalai authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    87edeb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    052213b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1198 from newrelic/fix-main-tests

    Drop Falcon master Branch Tests for Python 3.7
    umaannamalai authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    846536a View commit details
    Browse the repository at this point in the history
  8. 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]>
    TimPansino and umaannamalai authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ec59999 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. 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
    TimPansino authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0704620 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    7603533 View commit details
    Browse the repository at this point in the history
  2. 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>
    TimPansino and mergify[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3173305 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix bugs

    hmstepanek committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a0a9dd7 View commit details
    Browse the repository at this point in the history
  2. Test w/ latest langchain

    hmstepanek committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f36eafd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    412ced5 View commit details
    Browse the repository at this point in the history
  4. Remove unreachable []

    hmstepanek committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f7719a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. 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>
    TimPansino and mergify[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    968fc4d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. 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
    lrafeei authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8c1a4b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1199 from newrelic/fix-ai-bug

    Fixes for langchain & openai
    hmstepanek authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    41e5475 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. 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.
    hmstepanek committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ef07134 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    a03f73f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4dee7b View commit details
    Browse the repository at this point in the history
  3. Fix import.

    umaannamalai committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a9a5ab8 View commit details
    Browse the repository at this point in the history
  4. Add more test cases.

    umaannamalai committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    470d9ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1df2a58 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #1206 from newrelic/fix-grpc-external-bug

    Use replace instead of lstrip to strip dns://
    hmstepanek authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    892e66c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    0e124ef View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Fix bedrock expected error

    hmstepanek committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9dca71a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e463e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db023da View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    9e4a83c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    770bcf4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1210 from newrelic/fix-uvicorn_workers

    Add Dispatcher Information for uvicorn-worker Package
    hmstepanek authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d642980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e19ad8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1211 from newrelic/fix-botocore-error-test

    Fix AI test failures & do not run graphqlmaster tests
    hmstepanek authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b9f328c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d29f26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47fac67 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1212 from newrelic/add-kafka-python-ng

    Add support for kafka-python-ng
    hmstepanek authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2d6525e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c201bf1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1194 from newrelic/capture-host-port-info-pymemcache

    Capture memcache host & port
    hmstepanek authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8094552 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    c84d105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7c183 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Add bootstrap server metric for kafka (#1207)

    * Add bootstrap server metric
    
    * [Mega-Linter] Apply linters fixes
    
    ---------
    
    Co-authored-by: hmstepanek <[email protected]>
    hmstepanek and hmstepanek authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    844558d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add test cases.

    umaannamalai committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    df11858 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…

    …ython-agent into llm-custom-attrs-api
    umaannamalai committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    37e5b3b View commit details
    Browse the repository at this point in the history
  3. Cleanup files.

    umaannamalai committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    977f1b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f82456 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    90c423e View commit details
    Browse the repository at this point in the history
  2. Lint f-strings

    TimPansino committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    21f033f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. 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
    TimPansino authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dd023f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6830a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f1e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. 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]>
    6 people authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f305ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c8686a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1220 from newrelic/merge-main-develop-python27-no…

    …-squash
    
    Merge main into develop-remove-python27
    TimPansino authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f006351 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1215 from newrelic/develop-remove-python27

    Remove Python2.7 support
    TimPansino authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    286a714 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b37b64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5c6f1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c339504 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1221 from newrelic/feature-python-version-warnings

    Add Python Version Specific Installation Errors
    TimPansino authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4768fba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3184e0 View commit details
    Browse the repository at this point in the history
  10. Linting in tests.

    umaannamalai committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1899827 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63ca33b View commit details
    Browse the repository at this point in the history
  12. Remove unused variable.

    umaannamalai committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5ddf5f2 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'remove-loguru-version-check' of github.com:newrelic/new…

    …relic-python-agent into remove-loguru-version-check
    umaannamalai committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5618f78 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15605f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #1222 from newrelic/remove-loguru-version-check

    Remove versioned logic in loguru instrumentation
    umaannamalai authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    85f4035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b5cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51c621 View commit details
    Browse the repository at this point in the history
  4. Add test cases.

    umaannamalai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f6a8c5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cd6d6b View commit details
    Browse the repository at this point in the history
  6. Cleanup files.

    umaannamalai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    db2ac31 View commit details
    Browse the repository at this point in the history
  7. Add contextvars.

    umaannamalai committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ba684ed View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. [Mega-Linter] Apply linters fixes

    umaannamalai authored and hmstepanek committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a3098b2 View commit details
    Browse the repository at this point in the history
  2. Add Trivy

    hmstepanek committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fb09703 View commit details
    Browse the repository at this point in the history
  3. Upgrade urllib3 to 1.26.19

    hmstepanek committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5cbefb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f142815 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1213 from newrelic/add-trivy

    Add Trivy to CI
    hmstepanek authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c07d6f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Cleanup.

    umaannamalai committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    34ae93e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a475af View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge pull request #1209 from newrelic/ecs-docker-id

    Add support for ECS container IDs.
    umaannamalai authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    01bff2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa903ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00a99b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1224 from newrelic/fix-redis-tests

    Update Redis Tests for Newer Versions
    TimPansino authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7ae5f59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a01097 View commit details
    Browse the repository at this point in the history
  6. Upgrade ubuntu version

    TimPansino committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bf2b12f View commit details
    Browse the repository at this point in the history
  7. Upgrade Python versions

    TimPansino committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f4b28d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f353cb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc662e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cdc0949 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    825275b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38b5feb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…

    …ython-agent into llm-custom-attrs-api
    umaannamalai committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d926afe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…

    …ython-agent into llm-custom-attrs-api
    umaannamalai committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7d690f6 View commit details
    Browse the repository at this point in the history
  3. Update celery tox matrix

    TimPansino committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    68aa7ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1171 from newrelic/update-ci-image

    Update CI Image
    TimPansino authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1807857 View commit details
    Browse the repository at this point in the history
  5. Update error handling.

    umaannamalai committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b38c89b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8beff8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    18278db View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    1694844 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…

    …ython-agent into llm-custom-attrs-api
    umaannamalai committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1c27c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76e7640 View commit details
    Browse the repository at this point in the history
  4. Python 3.13 Support (#1226)

    * 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
    TimPansino authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3a001b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6edffd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beeb67f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'llm-custom-attrs-api' of github.com:newrelic/newrelic-p…

    …ython-agent into llm-custom-attrs-api
    umaannamalai committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4f7c555 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update tests.

    umaannamalai committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    46d5521 View commit details
    Browse the repository at this point in the history
  2. Remove newline.

    umaannamalai committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7160696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef40ca6 View commit details
    Browse the repository at this point in the history
  4. Add SQLiteVec support.

    umaannamalai committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f705b91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9916499 View commit details
    Browse the repository at this point in the history
  6. Trigger tests

    hmstepanek committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6a2a660 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1231 from newrelic/add-langchain-vs

    Instrument SQLiteVec vectorstore in LangChain
    umaannamalai authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2d17237 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    182cc71 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #1214 from newrelic/llm-custom-attrs-api

    LLM Custom Attributes Context Manager API
    umaannamalai authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    573d5f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c2ba4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    a465475 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1237 from newrelic/add-urllib3-license

    Add urllib3 LICENSE.txt file
    hmstepanek authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    96fa0e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 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]>
    5 people authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b2d8cc5 View commit details
    Browse the repository at this point in the history
  2. 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]>
    7 people authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7d6da2c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    99c3b77 View commit details
    Browse the repository at this point in the history