-
Notifications
You must be signed in to change notification settings - Fork 497
fix(contrib/aws/datadog-lambda-go): start tracer while initializing lambda listener #4371
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
fix(contrib/aws/datadog-lambda-go): start tracer while initializing lambda listener #4371
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files
🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-01-26 20:22:37 Comparing candidate commit 4062818 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 157 metrics, 7 unstable metrics. |
e0c1b63 to
4062818
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
What does this PR do?
Starts the tracer while initializing the lambda listener in instead of on handler started
Tested 50k invocations with a simple Go Lambda handler
Before:


After:


Motivation
SLES-2658 Fast initializing functions hitting timeouts
DataDog/datadog-lambda-go#222
Reviewer's Checklist
./scripts/lint.shlocally.Unsure? Have a question? Request a review!