8000 Comparing v73...v74 · DataDog/datadog-lambda-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v73
Choose a base ref
...
head repository: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v74
Choose a head ref
  • 5 commits
  • 16 files changed
  • 3 contributors

Commits on Jun 6, 2023

  1. DD_SERVICE_MAPPING implementation with tests (#333)

    * DD_SERVICE_MAPPING implementation with tests
    
    * use colon as delimiter
    
    * pin urllib3 to below 2.0.0
    
    * use module level dictionary, make control flow easier to understand, refactor tests to work
    
    * revert poetry.lock and pyproject.toml
    
    * remove my urllib addition
    
    * format with black
    
    * use generic lambda_api_gateway instead of lambda_api_gateway_websocket
    
    * refactor tests and src code to leverage helper functions instead of env vars
    
    * add bad input tests and refactor tests to use get and set service mapping in test module
    zARODz11z authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    16f5e4c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. feat: add peer.service (#337)

    * update fallback service on wrapping
    
    * add `peer.service` for inferred spans
    
    * add tests
    
    * update integration tests
    
    * change fallback to previous value
    
    this should be handled in a profiling PR
    
    * remove logic from `tracing.py`
    
    * move `peer.service` one level up on span finish
    
    * add `service` to integration tests
    duncanista authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c9209cb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Jun 22, 2023

  1. bump ddtrace to take advantage of new aws sdk request span tags & reg… (

    #341)
    
    * bump ddtrace to take advantage of new aws sdk request span tags & regen lock file
    
    * bump pyproject.toml minimum to 1.15.0
    
    * remove added comment to publish sandbox script
    
    * regen poetry.lock
    zARODz11z authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e750b6d View commit details
    Browse the repository at this point in the history
  2. version 4.74.0

    Andrew Rodriguez committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1b67127 View commit details
    Browse the repository at this point in the history
Loading
0