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

Merge main into develop-ai-limited-preview #1072

Closed
wants to merge 2 commits into from

Commits on Feb 20, 2024

  1. Error trace linking (#1019)

    * Add guid to error event & trace intrinsics w/o DT
    
    * Update tests to show guid in intrinsics sans DT
    
    * Fix cross agent DT tests and some pylint errors
    
    * Remove memcached testing for Python 2.7
    
    * Temporarily pin hypercorn to <0.16
    
    * Remove guid from TracedError & add to intrinsics
    
    * Rearrange intrinsics to remove redundancy
    
    * Move guid to make it agnostic to DT
    
    * Change param initialization type
    
    * Use getattr instead of calling root.guid directly
    
    * Revert cross agent tests and add guid to DT as well
    
    * Separate outside transaction error trace linking
    
    * Remove guid from DT specific attribute checks
    
    * Fix slow SQL test
    
    * Remove guid from JSON
    
    * Revert error_trace_collector validator
    
    ---------
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    lrafeei and mergify[bot] committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d53f278 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Update PyPy in CI to 3.10 (#1065)

    * Update PyPy3.8 to PyPy3.10 in CI
    
    * Fix broken utilization test
    
    * Pin CI sha to dev image
    
    * Fix failing sklearn test
    
    * Unroll sklearn changes
    
    * Update falcon tests for 2024 SLAs
    
    * Remove pypy38 from image
    
    * Unpin dev CI image sha
    TimPansino committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6fd639d View commit details
    Browse the repository at this point in the history