Version 8 of the Datadog Lambda Extension is only available in AWS regions that support flushing data to Datadog asynchronously. This version will become available in additional regions over time as support for this feature is added.
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension:8
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension:8
Changelog:
Enhancements:
- Flush data to Datadog asynchronously to improve performance (#8065)
- Send logs by default (#8101)
- Enhanced metrics can be disabled with the
DD_ENHANCED_METRICS
environment variable (#8161) - Use the Lambda-specific logs intake endpoint (#8175)
Fixes:
- Fix an issue that could cause logs and enhanced metrics to be lost when the extension shuts down (#8063)
- Do not add init duration of 0.00 to REPORT log lines (#8150)
- Do not send
aws.lambda.enhanced.init_duration
metric if value is 0 (#8213) - Support extension and logs API registration log messages (#8147)
- Handle malformed logs API payloads (#8191)
- Add retry logic when sending metrics to Datadog (#8178)
- Fix computation of stats from traces (#8182)
- Add missing tags to spans (#8200)
- Add timeout to AWS STS request on startup (#8214)