-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail on send telemetry on "warm start" and "shutdown" after timeout #195
Comments
problem reproduced on the datadog-lambda-extension version |
Hi @Vladikamira i'm able to find v55's tag here https://hub.docker.com/r/datadog/lambda-extension/tags. May you clarify if we are on the same page about
|
indeed, I will try that one from DockerHub, thanks! 👍 |
Hi @Vladikamira, can you try the latest version of the extension and report back? This was fixed in a recent version of the extension. |
Upgrading to v59+ should include a change that improves the flushing logic for sending logs. Could we give that a try and then keep us updated? |
Thanks! yup, I cannot reproduce the issue anymore on the version but I got new
|
anyway, this issue is fixed, therefore I'm closing PR, thanks! 🙏 |
sorry, we do not have these massages anymore after the upgrade to v64
but we still have these
|
The context:
datadog-lambda-extension version
44
Lambda and DD site is located in the EU.
the problem:
It looks like dd-extension starts telemetry flush and does not stop before each invocation ends when Lambda enters the IDLE state. We see that by
Warnings
andErrors
messages when the function gets invoked either after thewarm start
on subsequent invocation or theshutdown
event.Error/Warning pops up when more than WaitTimeout (5 seconds) has passed after the previous invocation (I didn't dive deep into the code, but that looks like the proper threshold).
Example of the
WARN
:example of the
ERROR
:Here are some examples in screenshots:
WARN on subsequent invocation:
WARN on shutdown event:
ERROR on shutdown (this one seems to be from the OTLP part of the agent):
The text was updated successfully, but these errors were encountered: