You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following newrelic/node-newrelic#2905 ; it has stopped working after switching from cross-fetch package to native NodeJS fetch.
I have now the following error : [NR_EXT] Telemetry client error: Post "https://cloud-collector.newrelic.com/aws/lambda/v1": net/http: invalid header field value for "X-License-Key", payload size: 1922 bytes
I see the function invocations in new relic and regenerated new Ingest license keys but it's still not sending fetch related logs.
@alexismoreau Sorry to see you're still having trouble here. The Node agent doesn't send any telemetry to New Relic in serverless mode; that's done by the New Relic Lambda Extension (as shown in the [NR_EXT] log line). You may want to double-check what you're using as the value for NEW_RELIC_LICENSE_KEY. I'd suggest opening a case with Support, who can make sure that the configuration values are correct for your account.
Hello,
Following newrelic/node-newrelic#2905 ; it has stopped working after switching from cross-fetch package to native NodeJS fetch.
I have now the following error :
[NR_EXT] Telemetry client error: Post "https://cloud-collector.newrelic.com/aws/lambda/v1": net/http: invalid header field value for "X-License-Key", payload size: 1922 bytes
I see the function invocations in new relic and regenerated new Ingest license keys but it's still not sending fetch related logs.
Minimal reproduction :
AWS Lambda running on Node 22, using layer
arn:aws:lambda:eu-west-1:451483290750:layer:NewRelicNodeJS22X:8
, handlernewrelic-lambda-wrapper.handler
Env variables :
Cloudwatch logs :
Can you check on your side ?
Thanks,
The text was updated successfully, but these errors were encountered: