DataDog / datadog-lambda-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DD_EXTENSION | ERROR | Cannot decode v0.4 traces payload

uttrasey opened this issue · comments

We are using version 20 of the datadog lambda extension layer on the AL2 lambda runtime. We are sometimes seeing errors like the below on the Lambda:

arn:aws:lambda:eu-central-1:464622532012:layer:Datadog-Extension:21

2022-04-25 16:00:37 UTC | DD_EXTENSION | ERROR | Cannot decode v0.4 traces payload: read tcp 127.0.0.1:8126->127.0.0.1:49232: i/o timeout

We are upgrading to version 21 to see if it either solves the problem or provides more diagnostics.

Any advice would be great

Still occurs with v21

@uttrasey This should be fixed with v22.
Let us know how it goes after upgrading, thanks!

@uttrasey This should be fixed with v22. Let us know how it goes after upgrading, thanks!

For those of us using the Serverless Datadog Plugin how do we upgrade to v22?

@uttrasey This should be fixed with v22. Let us know how it goes after upgrading, thanks!

Looks like it did the trick. Thanks, @maxday 👏