-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: DataDog/datadog-lambda-extension
base: v72
head repository: DataDog/datadog-lambda-extension
compare: v73
- 13 commits
- 31 files changed
- 6 contributors
Commits on Feb 28, 2025
-
Use QEMU action to fix builds (#581)
* pin to last working version * try updating ubuntu * update qemu * pin hash
Configuration menu - View commit details
-
Copy full SHA for b50f9da - Browse repository at this point
Copy the full SHA b50f9daView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fc1dae8 - Browse repository at this point
Copy the full SHA fc1dae8View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f0c7b8b - Browse repository at this point
Copy the full SHA f0c7b8bView commit details -
chore: fix upx compression (#583)
* install upx in runner * remove installation from ci image * remove compression on compilation * compile on layer building
Configuration menu - View commit details
-
Copy full SHA for 35a7dbc - Browse repository at this point
Copy the full SHA 35a7dbcView commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 9c8660d - Browse repository at this point
Copy the full SHA 9c8660dView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 1dc502e - Browse repository at this point
Copy the full SHA 1dc502eView commit details
Commits on Mar 5, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for a67cdf4 - Browse repository at this point
Copy the full SHA a67cdf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c5e2b - Browse repository at this point
Copy the full SHA 59c5e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e5d19 - Browse repository at this point
Copy the full SHA 54e5d19View commit details -
* test: timeout log * feat: Add task time out log to end log * fix: duration format tests * fix: fmt * feat: specs
Configuration menu - View commit details
-
Copy full SHA for 83baa63 - Browse repository at this point
Copy the full SHA 83baa63View commit details
Commits on Mar 7, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 6410c7f - Browse repository at this point
Copy the full SHA 6410c7fView commit details -
Produced bytes enhanced metric (#587)
* add produced bytes metric * cargo fmt * fix test * fix test * merge imports
Configuration menu - View commit details
-
Copy full SHA for d31e20a - Browse repository at this point
Copy the full SHA d31e20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756ed2e - Browse repository at this point
Copy the full SHA 756ed2eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v72...v73