_signalLambdaEnd
request to Lambda extension should set Content-Type
#3858
Labels
agent-nodejs
Make available for APM Agents project planning.
In a user support request it was noted that they saw this error in the Node.js APM agent logs running in a Lambda:
and the matching APM server logs included:
(Side note: This seems to be a misconfigured Lambda that has the APM agent talking directly to APM server, instead of via the Elastic Lambda extension. IOW, this log.error is likely to be very rare.)
In any case, adding a
Content-Type: application/json
, even though the request is empty should avoid this rare error log.The text was updated successfully, but these errors were encountered: