Fixé
- Correction des logs de fonction manquants et en double
Fixed
- Handled empty strings passed as
run_idplaceholder insend_apm_telemetry - Prevented panics when processing multibyte UTF-8 characters in
extract_log_level
Notes
- Added support for
sql_trace_datain APM telemetry - Added support for
SSL_CERT_FILE
Fixed
- Added changes to include
error_event_datafor apm mode - Improved shutdown logs duration metrics
Notes
- Added
NEW_RELIC_LAMBDA_EXTENSION_PROXYenvironment variable for proxy configuration - Added
NEW_RELIC_EXTENSION_SEND_LOGSenvironment variable to control sending logs - Added
NEW_RELIC_EXTENSION_LOGS_ENABLEDenvironment variable for extension logging
Fixed
- Fixed JSON logs with
"level": "Information"being incorrectly classified as errors - Improved
request_idhandling and tracking - Fixed random number generation in
TraceIDGenerator
Remarques
JavaAméliorations de la prise en charge du runtime - détection automatique et routage de mode appropriéFiabilité accrue du traitement des logs : garantit que tous les logs sont correctement tagués avant l'envoi.
Réduction de l'utilisation des ressources en optimisant la création de canaux
Efficacité de
log processingaméliorée
Fixé
Rapport de version de l'agent Java
Marquage des métadonnées de log pour les logs
pre-invokeMessages d'avertissement inutiles dans
APM mode
Notes
Configuration: Add support for
NEW_RELIC_EXTENSION_SEND_PLATFORM_LOGSEnvironment variableMetadata: Add tags to entity for
Extension versionandAgent versionLogging: Change secondary
Log levelto DEBUG
Fixed
Runtime Detection: Enhance runtime detection logic for improved agent compatibility
Telemetry: Implement global fallback ARN handling across telemetry components
Validation: Update code for additional checks
Notes
Implemented pre-invoke log buffering with metadata validation and fallback ARN support
Removed debug log for buffering in
pre-invokebufferAdded fallback code for
Aws-arn
Fixed
- Remove
License keyexposure from CloudWatch logs
Notes
Improved panic handling in main function to ensure Lambda continue
Added new telemetry buffer for
APMmode andShutdownlogsEnhanced versioning support and logging in
APMmode
Fixed
Updated platform report line to send as
jsoninstead of compressedEU endpoint detection for license keys fetched from
SSM/Secrets Manager
Notes
Removed unnecessary trace logging for skipped
FunctionandExtensionlogs.Updated parsing logic to scan the first 50 characters instead of a 100-byte slice. Ensuring safe handling of multi-byte
UTF-8 characters(like emojis) without truncation errors.
Fixed
Resolved an issue where requests were occasionally not instrumented in APM mode.
Enabled automatic
NEW_RELIC_LICENSE_KEYfallback.