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-extension
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v72
Choose a base ref
...
head repository: DataDog/datadog-lambda-extension
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v73
Choose a head ref
  • 13 commits
  • 31 files changed
  • 6 contributors

Commits on Feb 28, 2025

  1. Use QEMU action to fix builds (#581)

    * pin to last working version
    
    * try updating ubuntu
    
    * update qemu
    
    * pin hash
    jcstorms1 authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    b50f9da View commit details
    Browse the repository at this point in the history
  2. fix: update pipeline and dev scripts (#578)

    * fix scripts for bottlecap dev
    
    * update `build_layer.sh`
    
    it doesnt need incoming suffix because layers only use architecture and alpine will never be available
    
    * rename `SUFFIX` to `FILE_SUFFIX`
    
    * update compile scripts to calculate `FILE_SUFFIX`
    
    * remove suffix for arch flavors
    
    * update pipeline to remove `suffix` usage
    
    * typo
    
    * bring back suffix
    
    we rely on alpine images :l
    
    * bring back `FILE_SUFFIX` check
    
    * remove appending `-alpine` programatically
    
    * pass `FILE_SUFFIX` to build
    
    * update path to the right one
    duncanista authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    fc1dae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Configuration menu
    Copy the full SHA
    f0c7b8b View commit details
    Browse the repository at this point in the history
  2. chore: fix upx compression (#583)

    * install upx in runner
    
    * remove installation from ci image
    
    * remove compression on compilation
    
    * compile on layer building
    duncanista authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    35a7dbc View commit details
    Browse the repository at this point in the history
  3. add start info message (#576)

    * add start info message
    
    * import version properly
    
    * use only version without next, it could fall back to goagent still
    
    * use info log level for startup message
    
    * correct message
    
    * make variable public
    
    also fixed import
    
    ---------
    
    Co-authored-by: jordan gonzález <[email protected]>
    alexgallotta and duncanista authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    9c8660d View commit details
    Browse the repository at this point in the history
  4. aj/timestamp metrics (#582)

    * feat: use metric ts buckets
    
    * feat: debug
    
    * fix: flush strategy interval parsing
    
    * clean up periodicity
    
    * fix: fmt
    
    * feat: use main merge commit
    
    * feat: lockfile. remove println
    
    * fix: licenses, tests
    
    * fix: fmt strikes again
    
    * fix: floor ts because get_by_id is a helper method used only by tests
    
    * feat: CR Feedback. Remove struct, just use the enum val as timestamp carrier. Move timestamp into enhanced metric
    astuyve authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    1dc502e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Aj/support pci and custom endpoints (#585)

    * feat: logs_config_logs_dd_url
    
    * feat: apm pci endpoints
    
    * feat: metrics
    
    * feat: support metrics using dogstatsd methods
    
    * fix: use the right var
    
    * tests: use server url override
    
    * feat: refactor into flusher method
    
    * feat: clippy
    astuyve authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    a67cdf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c5e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e5d19 View commit details
    Browse the repository at this point in the history
  4. aj/add timeout log (#590)

    * test: timeout log
    
    * feat: Add task time out log to end log
    
    * fix: duration format tests
    
    * fix: fmt
    
    * feat: specs
    astuyve authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    83baa63 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. feat: Shutdown blocks for report (#593)

    * feat: Shutdown blocks for report
    
    * feat: holy smokes you can match on enum + options
    
    * feat: Consolidate no-flush case with flush-periodic-top-of-invocation case to reduce code duplication. Move periodic case into conditional at top of no-flush
    
    * Remove duplicated interval reset
    
    * refactor: Move all handling into handle_event_bus_event, return telemetry event and break where it makes sense
    astuyve authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    6410c7f View commit details
    Browse the repository at this point in the history
  2. Produced bytes enhanced metric (#587)

    * add produced bytes metric
    
    * cargo fmt
    
    * fix test
    
    * fix test
    
    * merge imports
    shreyamalpani authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    d31e20a View commit details
    Browse the repository at this point in the history
  3. feat: v73 (#584)

    astuyve authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    756ed2e View commit details
    Browse the repository at this point in the history
Loading