Read about the Next Generation Datadog Lambda Extension.
Warning
Within the first hours of the release, we found an issue for container images, in which the binaries where wrongly saved outside the /opt
folder. This has been resolved by pushing into the same latest image tags.
If you're encountering an issue, remove the pulled image from the cache, and pull it again. If you are having any issues, feel free to contact us by opening an issue in the repo, or through email in support@datadoghq.com, or by filing a ticket here.
Caution
Next release v86
will no longer contain the Datadog Lambda Extension (Datadog Go Agent) in Compatibility Mode.
DD_EXTENSION_VERSION=compatibility
will no longer work on the next release. Yet you should not have any problems, this will not disturb your Lambdas or their execution.
This v85
release should cover feature parity with Go Agent.
Important
Compatibility (previous) Extension Agent
version is v7.66.1
# AWS Commercial
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension:85
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-FIPS:85
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-ARM:85
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-ARM-FIPS:85
# AWS GovCloud
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension:85
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension-FIPS:85
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension-ARM:85
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension-ARM-FIPS:85
What's Changed
- fix: Increment OOM metric for provided.al runtimes by @lym953 in #779
- fix: Upgrade libdatadog to mute an error by @lym953 in #781
- vulnerability: upgrade
go
to1.24.6
by @duncanista in #782 - chore(logs): No retries while running into permission issue when flushing logs. by @litianningdatadog in #784
- Clear aggregator queue when API key resolution fails to avoid retries… by @litianningdatadog in #785
- fix(traces): Drop aggregated trace data on API key failure to reduce memory usage by @litianningdatadog in #787
- chore: Update error message when fail to send log by @lym953 in #790
- feat: Early load ustr by @lym953 in #792
- chore: lifecycle listener to axum by @astuyve in #789
- remove unused event bus by @astuyve in #797
- feat: port of Serverless AAP from Go to Rust by @RomainMuller in #755
New Contributors
- @litianningdatadog made their first contribution in #784
- @joeyzhao2018 made their first contribution in #733
Full Changelog: v84...v85